mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-04-03 05:56:52 +02:00
whoops! broke auto-update! fixed.
This commit is contained in:
parent
671787f6e2
commit
5b6bcf89f3
@ -113,11 +113,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
|
||||
@ -3818,6 +3813,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