mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Config: Remove Core::DCBZ [bDCBZOFF] - obsolete
This option completely disabled the DCBZ instruction. Users are toggling this option in dolphin forks and using that same problematic config when launching dolphin. Removing the option from dolphin will let the config be ignored.
This commit is contained in:
@ -122,7 +122,6 @@ struct SConfig
|
||||
bool bRunCompareClient = false;
|
||||
|
||||
bool bMMU = false;
|
||||
bool bDCBZOFF = false;
|
||||
bool bLowDCBZHack = false;
|
||||
int iBBDumpPort = 0;
|
||||
bool bFastDiscSpeed = false;
|
||||
|
Reference in New Issue
Block a user