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
|
@ -1117,12 +1117,9 @@ void emulator()
|
|||
{
|
||||
while (emulating == IEC_COMMANDS)
|
||||
{
|
||||
if (keyboard->CheckChanged())
|
||||
{
|
||||
fileBrowser->Update();
|
||||
if (fileBrowser->SelectionsMade())
|
||||
emulating = BeginEmulating(fileBrowser, fileBrowser->LastSelectionName());
|
||||
}
|
||||
fileBrowser->Update();
|
||||
if (fileBrowser->SelectionsMade())
|
||||
emulating = BeginEmulating(fileBrowser, fileBrowser->LastSelectionName());
|
||||
usDelay(1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue