mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Implemented ability to block writes to the SD card
Renamed variable to be more accurate
This commit is contained in:
@ -87,7 +87,7 @@ struct SConfig : NonCopyable
|
||||
bool bForceNTSCJ;
|
||||
bool bHLE_BS2;
|
||||
bool bEnableCheats;
|
||||
bool bEnableMemcardSaving;
|
||||
bool bEnableMemcardSdWriting;
|
||||
|
||||
bool bDPL2Decoder;
|
||||
int iLatency;
|
||||
|
Reference in New Issue
Block a user