X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pandora%2Fpnd.h;h=c7c8289a2485c0fbee0be2225d8ffae17ec7f306;hb=0dfe793b682b16d1d3f3d1973a9498adb0304b0f;hp=2161756f9cbd2d771424eb07dfe882c5e91b0d90;hpb=eb3668fc5dab138073cd4844208ac05b94086a4a;p=gpsp.git diff --git a/pandora/pnd.h b/pandora/pnd.h index 2161756..c7c8289 100644 --- a/pandora/pnd.h +++ b/pandora/pnd.h @@ -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);