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:
gregory.hainaut@gmail.com 2011-01-27 19:30:32 +00:00
parent 7c7b565693
commit 006fb4e8cb
1 changed files with 1 additions and 1 deletions

View File

@ -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;