aboutsummaryrefslogtreecommitdiff
path: root/source/nds/gui.c
diff options
context:
space:
mode:
authorNebuleon Fumika2013-01-13 05:00:47 -0500
committerNebuleon Fumika2013-01-13 05:00:47 -0500
commit0d048d05ee50625f15d5235d362df6ee71903fc5 (patch)
treecb93b5f2cdbc91615836be915279091da55a9710 /source/nds/gui.c
parent5b33e3c903f87d17fec7b92e2cf2f578d0b8d7b5 (diff)
downloadsnes9x2005-0d048d05ee50625f15d5235d362df6ee71903fc5.tar.gz
snes9x2005-0d048d05ee50625f15d5235d362df6ee71903fc5.tar.bz2
snes9x2005-0d048d05ee50625f15d5235d362df6ee71903fc5.zip
Revert timer-interrupt audio, but not optimisations done since then. Get the controller status every scanline again.
Diffstat (limited to 'source/nds/gui.c')
-rw-r--r--source/nds/gui.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/nds/gui.c b/source/nds/gui.c
index 01f08e3..2af3ff7 100644
--- a/source/nds/gui.c
+++ b/source/nds/gui.c
@@ -1651,7 +1651,6 @@ unsigned int frame_interval;
--------------------------------------------------------*/
u32 menu(u16 *screen)
{
- stopTimer(0 /* timer interrupt channel for sound */);
gui_action_type gui_action;
u32 i;
u32 repeat;
@@ -3850,8 +3849,6 @@ u32 menu(u16 *screen)
set_cpu_clock(clock_speed_number);
- runTimer(0 /* timer interrupt channel for sound */);
-
return return_value;
}