Make sure SM profiles are loaded from USB
This changes the defaults to this: MemoryCardProfileSubdir=ITGmania MemoryCardProfileImportSubdirs=StepMania 5.1;StepMania 5
This commit is contained in:
@@ -49,7 +49,7 @@ const RString LAST_GOOD_SUBDIR = "LastGood/";
|
|||||||
|
|
||||||
// Directories to search for a profile if m_sMemoryCardProfileSubdir doesn't
|
// Directories to search for a profile if m_sMemoryCardProfileSubdir doesn't
|
||||||
// exist, separated by ";":
|
// exist, separated by ";":
|
||||||
static Preference<RString> g_sMemoryCardProfileImportSubdirs( "MemoryCardProfileImportSubdirs", "" );
|
static Preference<RString> g_sMemoryCardProfileImportSubdirs( "MemoryCardProfileImportSubdirs", "StepMania 5.1;StepMania 5;In The Groove 2" );
|
||||||
|
|
||||||
static RString LocalProfileIDToDir( const RString &sProfileID ) { return USER_PROFILES_DIR + sProfileID + "/"; }
|
static RString LocalProfileIDToDir( const RString &sProfileID ) { return USER_PROFILES_DIR + sProfileID + "/"; }
|
||||||
static RString LocalProfileDirToID( const RString &sDir ) { return Basename( sDir ); }
|
static RString LocalProfileDirToID( const RString &sDir ) { return Basename( sDir ); }
|
||||||
|
|||||||
Reference in New Issue
Block a user