mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 03:23:34 +00:00
updated how we call ARM core to make things much faster
This commit is contained in:
@@ -4734,7 +4734,7 @@ TEST_EMULATE:
|
||||
else if (state->Emulate != RUN)
|
||||
break;
|
||||
}
|
||||
while (!state->stop_simulator);
|
||||
while (state->NumInstrsToExecute--);
|
||||
|
||||
state->decoded = decoded;
|
||||
state->loaded = loaded;
|
||||
|
||||
Reference in New Issue
Block a user