mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00

- remove/rename some platforms from configure - new rg99 odbeta build, courtesy of sydarn - pandora support, courtesy of notaz
9 lines
315 B
C
9 lines
315 B
C
|
|
extern const struct in_default_bind in_sdl_defbinds[];
|
|
extern const struct menu_keymap in_sdl_key_map[];
|
|
extern const int in_sdl_key_map_sz;
|
|
extern const struct menu_keymap in_sdl_joy_map[];
|
|
extern const int in_sdl_joy_map_sz;
|
|
extern const char * const (*in_sdl_key_names)[SDLK_LAST];
|
|
|
|
void linux_menu_init(void);
|