aboutsummaryrefslogtreecommitdiff
path: root/source/nds/gui.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-02-01 00:36:51 -0500
committerNebuleon Fumika2013-02-01 00:36:51 -0500
commit60f6ffcc701c4175e31d90f950fb34f6b07a1712 (patch)
tree4ca55d1d8093687c9c5ec12be8bba3313eb83fd7 /source/nds/gui.h
parentf385752705de73b04cbbda735a71f14c19e241a6 (diff)
downloadsnesemu-60f6ffcc701c4175e31d90f950fb34f6b07a1712.tar.gz
snesemu-60f6ffcc701c4175e31d90f950fb34f6b07a1712.tar.bz2
snesemu-60f6ffcc701c4175e31d90f950fb34f6b07a1712.zip
When starting CATSFC, assume the backlights are both on, so don't delay 100 milliseconds and set both backlights to on.
Diffstat (limited to 'source/nds/gui.h')
-rw-r--r--source/nds/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nds/gui.h b/source/nds/gui.h
index 87c14e4..482ceec 100644
--- a/source/nds/gui.h
+++ b/source/nds/gui.h
@@ -124,7 +124,7 @@ extern GAME_CONFIG game_config;
/******************************************************************************
******************************************************************************/
extern void gui_init(u32 lang_id);
-extern u32 menu(u16 *original_screen);
+extern u32 menu(u16 *original_screen, bool8 FirstInvocation);
extern void game_disableAudio();
extern void game_set_frameskip();
extern void set_cpu_clock(u32 num);