mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Hack to stop dcbz/dcbi over low MEM1 trashing memory.
This commit is contained in:
parent
66160c2781
commit
2fbdf2a3ce
7 changed files with 44 additions and 3 deletions
|
@ -106,6 +106,7 @@ struct SConfig : NonCopyable
|
|||
|
||||
bool bMMU = false;
|
||||
bool bDCBZOFF = false;
|
||||
bool bLowDCBZHack = false;
|
||||
int iBBDumpPort = 0;
|
||||
bool bFastDiscSpeed = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue