avoid forced menu bind, some config refactoring
[gpsp.git] / pandora / pnd.h
... / ...
CommitLineData
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
8#define PLAT_MENU_BUTTON -1 // have one hardcoded
9extern u32 button_plat_mask_to_config[PLAT_BUTTON_COUNT];
10
11void *fb_flip_screen(void);
12void fb_set_mode(int w, int h, int buffers, int scale,
13 int filter, int filter2);
14void fb_wait_vsync(void);