integrate M-HT's neon scalers
[gpsp.git] / pandora / pnd.h
1 void gpsp_plat_init(void);
2 void gpsp_plat_quit(void);
3
4 u32 gpsp_plat_joystick_read(void);
5 u32 gpsp_plat_buttons_to_cursor(u32 buttons);
6
7 #define PLAT_BUTTON_COUNT 17
8 extern u32 button_plat_mask_to_config[PLAT_BUTTON_COUNT];
9
10 void *fb_flip_screen(void);
11 void fb_set_mode(int w, int h, int buffers, int scale,
12         int filter, int filter2);
13 void fb_wait_vsync(void);