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