mirror of https://github.com/PCSX2/pcsx2.git
pcsx2 gui: really postpone appsavesettings the first time
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4269 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
7c7b565693
commit
006fb4e8cb
|
@ -1093,7 +1093,7 @@ void AppSaveSettings()
|
||||||
|
|
||||||
if( !wxThread::IsMain() )
|
if( !wxThread::IsMain() )
|
||||||
{
|
{
|
||||||
if( AtomicExchange(isPosted, true) )
|
if( !AtomicExchange(isPosted, true) )
|
||||||
wxGetApp().PostIdleMethod( AppSaveSettings );
|
wxGetApp().PostIdleMethod( AppSaveSettings );
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue