Fixed issue #95 The DisableSD2IECCommands option makes the Pi1541 hang
This commit is contained in:
parent
7535e98434
commit
8b8097525b
1 changed files with 3 additions and 6 deletions
|
@ -1116,13 +1116,10 @@ void emulator()
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
while (emulating == IEC_COMMANDS)
|
while (emulating == IEC_COMMANDS)
|
||||||
{
|
|
||||||
if (keyboard->CheckChanged())
|
|
||||||
{
|
{
|
||||||
fileBrowser->Update();
|
fileBrowser->Update();
|
||||||
if (fileBrowser->SelectionsMade())
|
if (fileBrowser->SelectionsMade())
|
||||||
emulating = BeginEmulating(fileBrowser, fileBrowser->LastSelectionName());
|
emulating = BeginEmulating(fileBrowser, fileBrowser->LastSelectionName());
|
||||||
}
|
|
||||||
usDelay(1);
|
usDelay(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue