early-access version 2157

main
pineappleEA 2021-10-24 21:42:06 +02:00
parent f85f34d123
commit d3a8979f44
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
yuzu emulator early access yuzu emulator early access
============= =============
This is the source code for early-access 2156. This is the source code for early-access 2157.
## Legal Notice ## Legal Notice

View File

@ -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_,