mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +01:00
whoops! broke auto-update! fixed.
This commit is contained in:
parent
95923f35f8
commit
1b0ec50829
@ -99,11 +99,6 @@ ResumeGui()
|
|||||||
static void
|
static void
|
||||||
HaltGui()
|
HaltGui()
|
||||||
{
|
{
|
||||||
#ifdef HW_RVL
|
|
||||||
if(updatethread != LWP_THREAD_NULL)
|
|
||||||
LWP_JoinThread(updatethread, NULL);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
guiHalt = true;
|
guiHalt = true;
|
||||||
|
|
||||||
// wait for thread to finish
|
// wait for thread to finish
|
||||||
@ -3780,6 +3775,11 @@ MainMenu (int menu)
|
|||||||
CancelAction();
|
CancelAction();
|
||||||
HaltGui();
|
HaltGui();
|
||||||
|
|
||||||
|
#ifdef HW_RVL
|
||||||
|
if(updatethread != LWP_THREAD_NULL)
|
||||||
|
LWP_JoinThread(updatethread, NULL);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef NO_SOUND
|
#ifndef NO_SOUND
|
||||||
delete bgMusic;
|
delete bgMusic;
|
||||||
delete enterSound;
|
delete enterSound;
|
||||||
|
Loading…
Reference in New Issue
Block a user