mirror of https://github.com/PCSX2/pcsx2.git
Patch from Jake: Make sure both ini files are created together when changing/setting settings folder. previously: vm.ini creation was skipped here.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4247 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
45f08e7630
commit
b24ffa885c
|
@ -918,6 +918,7 @@ void AppConfig_OnChangedSettingsFolder( bool overwrite )
|
|||
AppLoadSettings();
|
||||
|
||||
AppApplySettings();
|
||||
AppSaveSettings();//Make sure both ini files are created if needed.
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue