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:
avihal@gmail.com 2011-01-22 14:38:32 +00:00
parent 45f08e7630
commit b24ffa885c
1 changed files with 1 additions and 0 deletions

View File

@ -918,6 +918,7 @@ void AppConfig_OnChangedSettingsFolder( bool overwrite )
AppLoadSettings();
AppApplySettings();
AppSaveSettings();//Make sure both ini files are created if needed.
}
// --------------------------------------------------------------------------------------