From 80f2e1304398cff0a0b3584c858353e53c5b5d35 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Sun, 20 Jan 2013 22:22:24 -0500 Subject: Fix a regression with touching "recently played games". --- source/nds/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nds/gui.c b/source/nds/gui.c index 27e766d..9bd369c 100644 --- a/source/nds/gui.c +++ b/source/nds/gui.c @@ -3777,7 +3777,7 @@ u32 menu(u16 *screen) if (next_option_num > current_menu->num_options) break; - struct _MENU_OPTION_TYPE *next_option = current_menu->options + current_option_num; + struct _MENU_OPTION_TYPE *next_option = current_menu->options + next_option_num; if(next_option -> option_type & HIDEN_TYPE) break; -- cgit v1.2.3