summaryrefslogtreecommitdiff
path: root/pandora/pnd.h
diff options
context:
space:
mode:
authornotaz2012-10-03 02:11:28 +0300
committernotaz2012-10-03 02:11:28 +0300
commit0dfe793b682b16d1d3f3d1973a9498adb0304b0f (patch)
tree06e9f01ddf471c7b8ccd8e1e8fd8febf5abb8453 /pandora/pnd.h
parent4b1350926e1b426ff2f83f08c579e1a819e9358c (diff)
downloadpicogpsp-0dfe793b682b16d1d3f3d1973a9498adb0304b0f.tar.gz
picogpsp-0dfe793b682b16d1d3f3d1973a9498adb0304b0f.tar.bz2
picogpsp-0dfe793b682b16d1d3f3d1973a9498adb0304b0f.zip
avoid forced menu bind, some config refactoring
Diffstat (limited to 'pandora/pnd.h')
-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);