mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-27 19:21:49 +01:00
This commit is contained in:
parent
da58b6b3c0
commit
c8f6ee1d87
@ -250,11 +250,8 @@ UpdateGUI (void *arg)
|
||||
while(1)
|
||||
{
|
||||
if(guiHalt)
|
||||
{
|
||||
LWP_SuspendThread(guithread);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
mainWindow->Draw();
|
||||
|
||||
#ifdef HW_RVL
|
||||
@ -290,7 +287,6 @@ UpdateGUI (void *arg)
|
||||
}
|
||||
ExitApp();
|
||||
}
|
||||
}
|
||||
usleep(THREAD_SLEEP);
|
||||
}
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user