Core/PowerPC: Add option to disable branch following

This commit is contained in:
spycrab
2018-07-08 21:26:34 +02:00
parent 8c97fb7cd4
commit df61e527da
7 changed files with 14 additions and 3 deletions

View File

@ -83,6 +83,7 @@ struct SConfig
PowerPC::CPUCore cpu_core;
bool bJITFollowBranch;
bool bJITNoBlockCache = false;
bool bJITNoBlockLinking = false;
bool bJITOff = false;