mirror of
https://github.com/dborth/vbagx.git
synced 2025-01-14 03:29:06 +01:00
whoops! broke auto-update! fixed.
This commit is contained in:
parent
c798156348
commit
f15ed0c57d
@ -96,11 +96,6 @@ ResumeGui()
|
||||
static void
|
||||
HaltGui()
|
||||
{
|
||||
#ifdef HW_RVL
|
||||
if(updatethread != LWP_THREAD_NULL)
|
||||
LWP_JoinThread(updatethread, NULL);
|
||||
#endif
|
||||
|
||||
guiHalt = true;
|
||||
|
||||
// wait for thread to finish
|
||||
@ -4339,6 +4334,11 @@ MainMenu (int menu)
|
||||
CancelAction();
|
||||
HaltGui();
|
||||
|
||||
#ifdef HW_RVL
|
||||
if(updatethread != LWP_THREAD_NULL)
|
||||
LWP_JoinThread(updatethread, NULL);
|
||||
#endif
|
||||
|
||||
#ifndef NO_SOUND
|
||||
delete bgMusic;
|
||||
delete enterSound;
|
||||
|
Loading…
x
Reference in New Issue
Block a user