From 0dfe793b682b16d1d3f3d1973a9498adb0304b0f Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 3 Oct 2012 02:11:28 +0300 Subject: avoid forced menu bind, some config refactoring --- pandora/pnd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pandora') 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); -- cgit v1.2.3