mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Hack to stop dcbz/dcbi over low MEM1 trashing memory.
This commit is contained in:
@ -106,6 +106,7 @@ struct SConfig : NonCopyable
|
||||
|
||||
bool bMMU = false;
|
||||
bool bDCBZOFF = false;
|
||||
bool bLowDCBZHack = false;
|
||||
int iBBDumpPort = 0;
|
||||
bool bFastDiscSpeed = false;
|
||||
|
||||
|
Reference in New Issue
Block a user