1
0
Fork 0
forked from eden-emu/eden

Fixed ARM_Dynamic_64 Step

This commit is contained in:
Andrew Strelsky 2021-10-24 11:16:32 -04:00
parent 5299554bb0
commit 31b9797296
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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_,