drop StepMania.ini sections. Almost everything is in [Options], and it's
hard enough keeping straight which arbitrary options screen an option is in without having a separate categorization for the INI. (This will simplify later changes.)
This commit is contained in:
@@ -31,8 +31,7 @@ const CString LAST_GOOD_DIR = "LastGood/";
|
||||
|
||||
// Directories to search for a profile if m_sMemoryCardProfileSubdir doesn't
|
||||
// exist, separated by ";":
|
||||
static Preference<CString> g_sMemoryCardProfileImportSubdirs(
|
||||
Options, "MemoryCardProfileImportSubdirs", "" );
|
||||
static Preference<CString> g_sMemoryCardProfileImportSubdirs( "MemoryCardProfileImportSubdirs", "" );
|
||||
|
||||
|
||||
ProfileManager::ProfileManager()
|
||||
|
||||
Reference in New Issue
Block a user