avoid forced menu bind, some config refactoring
[gpsp.git] / pandora / pnd.h
index 2161756..c7c8289 100644 (file)
@@ -5,8 +5,10 @@ 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);
-void fb_set_mode(int w, int h, int buffers, int scale, int filter);
+void fb_set_mode(int w, int h, int buffers, int scale,
+       int filter, int filter2);
 void fb_wait_vsync(void);