Merge pull request #8472 from degasus/jitsetting

Core/Jits: Adds an option to disable the register cache.
This commit is contained in:
Tilka
2020-02-08 13:49:33 +00:00
committed by GitHub
9 changed files with 45 additions and 10 deletions

View File

@ -105,6 +105,7 @@ struct SConfig
bool bJITPairedOff = false;
bool bJITSystemRegistersOff = false;
bool bJITBranchOff = false;
bool bJITRegisterCacheOff = false;
bool bFastmem;
bool bFPRF = false;