From fd92545013ed91d2867e1e180a9b86611eb19f9c Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Sun, 3 Feb 2013 04:20:51 -0500 Subject: Whoops. I forgot to replace an instance of ds2_setCPULevel from the experimental branch cherry-pick. --- source/nds/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/nds/gui.c b/source/nds/gui.c index 3942672..7100cf2 100644 --- a/source/nds/gui.c +++ b/source/nds/gui.c @@ -1666,7 +1666,7 @@ void GameFrequencyCPU() u32 clock_speed_table[6] = {6, 9, 10, 11, 12, 13}; //240, 300, 336, 360, 384, 396 if(clock_speed_number <= 5) - ds2_setCPULevel(clock_speed_table[clock_speed_number]); + ds2_setCPUclocklevel(clock_speed_table[clock_speed_number]); } void savefast_int(void) -- cgit v1.2.3