mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-03 21:46:22 +01:00
This commit is contained in:
parent
026632ada7
commit
b28a03c0da
@ -268,11 +268,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
|
||||||
@ -308,7 +305,6 @@ UpdateGUI (void *arg)
|
|||||||
}
|
}
|
||||||
ExitApp();
|
ExitApp();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
usleep(THREAD_SLEEP);
|
usleep(THREAD_SLEEP);
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user