mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
a6a0197cb2
commit
33336ab958
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue