mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 14:58:19 -05: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