summaryrefslogtreecommitdiff
path: root/gp2x
diff options
context:
space:
mode:
Diffstat (limited to 'gp2x')
-rw-r--r--gp2x/gp2x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gp2x/gp2x.h b/gp2x/gp2x.h
index 97b8d3c..2e6b8eb 100644
--- a/gp2x/gp2x.h
+++ b/gp2x/gp2x.h
@@ -34,6 +34,7 @@ u32 gpsp_plat_joystick_read(void);
u32 gpsp_plat_buttons_to_cursor(u32 buttons);
#define PLAT_BUTTON_COUNT 16
+#define PLAT_MENU_BUTTON 15
extern u32 button_plat_mask_to_config[PLAT_BUTTON_COUNT];
void gp2x_sound_volume(u32 volume_up);