mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +01:00
This commit is contained in:
parent
d3cfd4dd5e
commit
939d63cc13
@ -264,11 +264,8 @@ UpdateGUI (void *arg)
|
||||
while(1)
|
||||
{
|
||||
if(guiHalt)
|
||||
{
|
||||
LWP_SuspendThread(guithread);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
mainWindow->Draw();
|
||||
|
||||
#ifdef HW_RVL
|
||||
@ -304,7 +301,6 @@ UpdateGUI (void *arg)
|
||||
}
|
||||
ExitApp();
|
||||
}
|
||||
}
|
||||
usleep(THREAD_SLEEP);
|
||||
}
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user