mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-10-27 00:29:39 -04:00
ui, separate sdl keymaps to avoid warnings with -flto
This commit is contained in:
parent
9742bda77f
commit
b437951ade
5 changed files with 102 additions and 67 deletions
7
platform/common/plat_sdl.h
Normal file
7
platform/common/plat_sdl.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
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];
|
||||
Loading…
Add table
Add a link
Reference in a new issue