From 03a0d3457b3f096bdc69c0c6511033f18317ba93 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Wed, 9 Jan 2013 02:41:00 -0500 Subject: Attempt to fix the crashing with sound interrupts, part 2: Stop the timer before the menu, and restart it after it ends. --- source/nds/entry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/nds/entry.cpp') diff --git a/source/nds/entry.cpp b/source/nds/entry.cpp index 788dd35..80b1221 100644 --- a/source/nds/entry.cpp +++ b/source/nds/entry.cpp @@ -613,8 +613,8 @@ int sfc_main (int argc, char **argv) copy_screen((void*)screen, up_screen_addr, 0, 0, 256, 192); menu(screen); - Settings.Paused = 0; game_disableAudio(); + Settings.Paused = 0; } #ifdef JOYSTICK_SUPPORT -- cgit v1.2.3