mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
build, odbeta and opendingux cleanup
This commit is contained in:
parent
85174a6d8d
commit
58fc34b1d6
14 changed files with 185 additions and 78 deletions
|
@ -1,9 +1,10 @@
|
|||
|
||||
extern const struct in_default_bind in_sdl_defbinds[];
|
||||
extern const struct menu_keymap in_sdl_key_map[];
|
||||
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 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];
|
||||
extern const char * const *in_sdl_key_names;
|
||||
extern const char *plat_device;
|
||||
|
||||
void linux_menu_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue