avoid forced menu bind, some config refactoring
[gpsp.git] / pandora / pnd.h
CommitLineData
eb3668fc 1void gpsp_plat_init(void);
2void gpsp_plat_quit(void);
3
4u32 gpsp_plat_joystick_read(void);
5u32 gpsp_plat_buttons_to_cursor(u32 buttons);
6
7#define PLAT_BUTTON_COUNT 17
0dfe793b 8#define PLAT_MENU_BUTTON -1 // have one hardcoded
eb3668fc 9extern u32 button_plat_mask_to_config[PLAT_BUTTON_COUNT];
10
11void *fb_flip_screen(void);
e38fee1b 12void fb_set_mode(int w, int h, int buffers, int scale,
13 int filter, int filter2);
eb3668fc 14void fb_wait_vsync(void);