mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Core/PowerPC: Add option to disable branch following
This commit is contained in:
@ -83,6 +83,7 @@ struct SConfig
|
||||
|
||||
PowerPC::CPUCore cpu_core;
|
||||
|
||||
bool bJITFollowBranch;
|
||||
bool bJITNoBlockCache = false;
|
||||
bool bJITNoBlockLinking = false;
|
||||
bool bJITOff = false;
|
||||
|
Reference in New Issue
Block a user