mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-28 04:25:34 +00:00
Fix silly mistake with config saving.
This commit is contained in:
parent
5066df5881
commit
f8f62483f0
@ -82,7 +82,6 @@ void CConfig::Save()
|
||||
IniFile iniFile;
|
||||
if (!iniFile.Load(iniFilename_.c_str())) {
|
||||
ERROR_LOG(LOADER, "Error saving config - can't read ini %s", iniFilename_.c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
IniFile::Section *general = iniFile.GetOrCreateSection("General");
|
||||
|
Loading…
x
Reference in New Issue
Block a user