2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01: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_,