summaryrefslogtreecommitdiff
path: root/pandora
diff options
context:
space:
mode:
Diffstat (limited to 'pandora')
-rw-r--r--pandora/pnd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandora/pnd.h b/pandora/pnd.h
index 8b403b6..c7c8289 100644
--- a/pandora/pnd.h
+++ b/pandora/pnd.h
@@ -5,6 +5,7 @@ u32 gpsp_plat_joystick_read(void);
u32 gpsp_plat_buttons_to_cursor(u32 buttons);
#define PLAT_BUTTON_COUNT 17
+#define PLAT_MENU_BUTTON -1 // have one hardcoded
extern u32 button_plat_mask_to_config[PLAT_BUTTON_COUNT];
void *fb_flip_screen(void);