mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
Add support for the OpenDingux platform
This commit is contained in:
parent
4e3551a5f6
commit
d4bea61c8f
12 changed files with 105 additions and 5 deletions
|
@ -72,12 +72,15 @@ const struct menu_keymap in_sdl_joy_map[] __attribute__((weak)) =
|
|||
{ SDLK_WORLD_3, PBTN_MA3 },
|
||||
};
|
||||
|
||||
extern const char * const in_sdl_key_names[] __attribute__((weak));
|
||||
|
||||
static const struct in_pdata in_sdl_platform_data = {
|
||||
.defbinds = in_sdl_defbinds,
|
||||
.key_map = in_sdl_key_map,
|
||||
.kmap_size = sizeof(in_sdl_key_map) / sizeof(in_sdl_key_map[0]),
|
||||
.joy_map = in_sdl_joy_map,
|
||||
.jmap_size = sizeof(in_sdl_joy_map) / sizeof(in_sdl_joy_map[0]),
|
||||
.key_names = in_sdl_key_names,
|
||||
};
|
||||
|
||||
/* YUV stuff */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue