mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Buildfix for C89_BUILD
This commit is contained in:
parent
4a09f66c7b
commit
6065f71bb2
@ -21693,16 +21693,8 @@ static bool retroarch_is_on_main_thread(void)
|
||||
static void menu_input_key_event(bool down, unsigned keycode,
|
||||
uint32_t character, uint16_t mod)
|
||||
{
|
||||
(void)down;
|
||||
(void)keycode;
|
||||
(void)mod;
|
||||
enum retro_key key = (enum retro_key)keycode;
|
||||
|
||||
#if 0
|
||||
RARCH_LOG("down: %d, keycode: %d, mod: %d, character: %d\n",
|
||||
down, keycode, mod, character);
|
||||
#endif
|
||||
|
||||
if (key == RETROK_UNKNOWN)
|
||||
{
|
||||
unsigned i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user