From 4b5a5a15d73f8aafb3f2951c2517574eacbee84e Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Mon, 20 May 2013 03:17:02 -0400 Subject: Add an option to put the game on the Lower Screen. * Before entering the menu, copy the game screen to the Upper Screen if it's on the Lower Screen. * Now, the frame that's shown in the menu doesn't appear to be the previous frame for a fraction of a second anymore. --- source/nds/gui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/nds/gui.h') diff --git a/source/nds/gui.h b/source/nds/gui.h index 570afe6..980553b 100644 --- a/source/nds/gui.h +++ b/source/nds/gui.h @@ -86,7 +86,8 @@ struct _EMU_CONFIG u32 HotkeyQuickLoadState; u32 HotkeyQuickSaveState; u32 HotkeyToggleFullScreen; - u32 Reserved[58]; + u32 BottomScreenGame; + u32 Reserved[57]; }; struct _GAME_CONFIG -- cgit v1.2.3