mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-14 18:54:57 +00:00
Merge pull request #1053 from MerryMage/rm-IsExecuting
arm_dynarmic: Remove IsExecuting check from PrepareReschedule
This commit is contained in:
commit
875d52a81f
1 changed files with 1 additions and 3 deletions
|
@ -243,9 +243,7 @@ void ARM_Dynarmic::LoadContext(const ThreadContext& ctx) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void ARM_Dynarmic::PrepareReschedule() {
|
void ARM_Dynarmic::PrepareReschedule() {
|
||||||
if (jit->IsExecuting()) {
|
jit->HaltExecution();
|
||||||
jit->HaltExecution();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ARM_Dynarmic::ClearInstructionCache() {
|
void ARM_Dynarmic::ClearInstructionCache() {
|
||||||
|
|
Loading…
Reference in a new issue