Fixed ARM_Dynamic_64 Step

master
Andrew Strelsky 2021-10-24 11:16:32 +07:00
parent 5299554bb0
commit 31b9797296
No known key found for this signature in database
GPG Key ID: F33EB9033EFF4FDE
1 changed files with 1 additions and 1 deletions

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