From 28464433a8526823718e481bc9fcde694e02e102 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Sun, 20 Jan 2013 17:21:09 -0500 Subject: Show the screenshot for a saved state when touching it once in the Load state row. --- source/nds/gui.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source') diff --git a/source/nds/gui.c b/source/nds/gui.c index cd4adf3..fc428f3 100644 --- a/source/nds/gui.c +++ b/source/nds/gui.c @@ -3668,6 +3668,13 @@ u32 menu(u16 *screen) else if(current_option->option_type & SUBMENU_TYPE) choose_menu(current_option->sub_menu); } + else + { + // Initial selection of a saved state + // needs to show its screenshot + if(current_option->option_type & ACTION_TYPE) + current_option->action_function(); + } break; } -- cgit v1.2.3