Major settings bugs from the last few earlier commits fixed here. Sorry folks.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4208 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2011-01-13 23:20:23 +00:00
parent a6a0197cb2
commit 33336ab958
1 changed files with 5 additions and 1 deletions

View File

@ -319,7 +319,11 @@ void Pcsx2App::EstablishAppUserMode()
App_LoadInstallSettings( conf_install );
if( !Startup.ForceWizard && !runWiz ) return;
if( !Startup.ForceWizard && !runWiz )
{
AppConfig_OnChangedSettingsFolder( false );
return;
}
DoFirstTimeWizard();