Implemented ability to block writes to the SD card

Renamed variable to be more accurate
This commit is contained in:
Anthony Serna
2015-08-28 16:00:12 -07:00
parent 6004ecc521
commit db7fe9507e
7 changed files with 8 additions and 8 deletions

View File

@ -87,7 +87,7 @@ struct SConfig : NonCopyable
bool bForceNTSCJ;
bool bHLE_BS2;
bool bEnableCheats;
bool bEnableMemcardSaving;
bool bEnableMemcardSdWriting;
bool bDPL2Decoder;
int iLatency;