1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-04-15 08:44:10 -05:00

Fixed ARM_Dynamic_64 Step

This commit is contained in:
Andrew Strelsky 2021-10-24 11:16:32 -04:00
parent 5299554bb0
commit 31b9797296
No known key found for this signature in database
GPG Key ID: F33EB9033EFF4FDE

View File

@ -263,7 +263,7 @@ void ARM_Dynarmic_64::Run() {
}
void ARM_Dynarmic_64::Step() {
cb->InterpreterFallback(jit->GetPC(), 1);
jit->Step();
}
ARM_Dynarmic_64::ARM_Dynarmic_64(System& system_, CPUInterrupts& interrupt_handlers_,