CPU/Recompiler: Implement block linking
This commit is contained in:
@ -78,6 +78,7 @@ struct Settings
|
||||
bool cpu_overclock_enable = false;
|
||||
bool cpu_overclock_active = false;
|
||||
bool cpu_recompiler_memory_exceptions = false;
|
||||
bool cpu_recompiler_block_linking = true;
|
||||
bool cpu_recompiler_icache = false;
|
||||
CPUFastmemMode cpu_fastmem_mode = CPUFastmemMode::Disabled;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user