X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=gpsp.git;a=blobdiff_plain;f=pandora%2Fpnd.h;h=8b403b67c09c12e3479865930bcd7e52c0176af4;hp=2161756f9cbd2d771424eb07dfe882c5e91b0d90;hb=e38fee1b96c0b904d7f221a349fb2492258d5789;hpb=c95affa70d7025252d63f7d931535f8c10bb483b diff --git a/pandora/pnd.h b/pandora/pnd.h index 2161756..8b403b6 100644 --- a/pandora/pnd.h +++ b/pandora/pnd.h @@ -8,5 +8,6 @@ u32 gpsp_plat_buttons_to_cursor(u32 buttons); 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);