Andrew Strelsky
4 years ago
No known key found for this signature in database
GPG Key ID: F33EB9033EFF4FDE
1 changed files with
1 additions and
1 deletions
-
src/core/arm/dynarmic/arm_dynarmic_64.cpp
|
|
|
@ -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_, |
|
|
|
|