[MemoryCardManager] Disable Memory Cards by default.

This commit is contained in:
AJ Kelly
2012-03-01 15:48:46 -06:00
parent 241eabcb35
commit 050fb5b473
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ static void MemoryCardUsbLevelInit( size_t /*PlayerNumber*/ i, RString &sNameOut
defaultValueOut = -1;
}
static Preference<bool> g_bMemoryCards( "MemoryCards", true );
static Preference<bool> g_bMemoryCards( "MemoryCards", false );
static Preference<bool> g_bMemoryCardProfiles( "MemoryCardProfiles", true );
// if set, always use the device that mounts to this point