mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
(Clang) No warnings now
This commit is contained in:
parent
1ff0107bd4
commit
b696388f34
@ -691,9 +691,11 @@ static const struct retro_keybind _menu_nav_binds[] = {
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#if defined(RARCH_CONSOLE) || defined(ANDROID)
|
||||||
static const struct retro_keybind *menu_nav_binds[] = {
|
static const struct retro_keybind *menu_nav_binds[] = {
|
||||||
_menu_nav_binds
|
_menu_nav_binds
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
static uint64_t rgui_input(void)
|
static uint64_t rgui_input(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user