mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
Merge pull request #17928 from hrydgard/unify-path-creation
Unify memstick PSP/subdirectory creation
This commit is contained in:
+1
-6
@@ -1203,11 +1203,6 @@ void Config::Load(const char *iniFileName, const char *controllerIniFilename) {
|
||||
|
||||
CleanRecent();
|
||||
|
||||
#if PPSSPP_PLATFORM(ANDROID)
|
||||
// The on path here is untested, since we don't expose it.
|
||||
g_Config.bVSync = false;
|
||||
#endif
|
||||
|
||||
PostLoadCleanup(false);
|
||||
|
||||
INFO_LOG(LOADER, "Config loaded: '%s'", iniFilename_.c_str());
|
||||
@@ -1231,7 +1226,7 @@ bool Config::Save(const char *saveReason) {
|
||||
CleanRecent();
|
||||
IniFile iniFile;
|
||||
if (!iniFile.Load(iniFilename_)) {
|
||||
ERROR_LOG(LOADER, "Error saving config - can't read ini '%s'", iniFilename_.c_str());
|
||||
WARN_LOG(LOADER, "Likely saving config for first time - couldn't read ini '%s'", iniFilename_.c_str());
|
||||
}
|
||||
|
||||
// Need to do this somewhere...
|
||||
|
||||
Reference in New Issue
Block a user