mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-03 13:42:31 +01:00
This commit is contained in:
parent
026632ada7
commit
b28a03c0da
@ -268,11 +268,8 @@ UpdateGUI (void *arg)
|
||||
while(1)
|
||||
{
|
||||
if(guiHalt)
|
||||
{
|
||||
LWP_SuspendThread(guithread);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
mainWindow->Draw();
|
||||
|
||||
#ifdef HW_RVL
|
||||
@ -308,7 +305,6 @@ UpdateGUI (void *arg)
|
||||
}
|
||||
ExitApp();
|
||||
}
|
||||
}
|
||||
usleep(THREAD_SLEEP);
|
||||
}
|
||||
return NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user