mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
remove bogus messages that I shouldn't have commited
This commit is contained in:
parent
65081a0f9d
commit
028b28bf6b
@ -214,10 +214,7 @@ retro_input_t input_driver_keys_pressed(void)
|
|||||||
state = input->key_pressed(driver->input_data, key);
|
state = input->key_pressed(driver->input_data, key);
|
||||||
|
|
||||||
if (key >= RARCH_FIRST_META_KEY)
|
if (key >= RARCH_FIRST_META_KEY)
|
||||||
{
|
|
||||||
state |= input->meta_key_pressed(driver->input_data, key);
|
state |= input->meta_key_pressed(driver->input_data, key);
|
||||||
RARCH_LOG("TEST1 \n TEST1 \n");
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef HAVE_OVERLAY
|
#ifdef HAVE_OVERLAY
|
||||||
state |= input_overlay_key_pressed(key);
|
state |= input_overlay_key_pressed(key);
|
||||||
@ -225,10 +222,7 @@ retro_input_t input_driver_keys_pressed(void)
|
|||||||
|
|
||||||
#ifdef HAVE_COMMAND
|
#ifdef HAVE_COMMAND
|
||||||
if (driver->command)
|
if (driver->command)
|
||||||
{
|
|
||||||
state |= rarch_cmd_get(driver->command, key);
|
state |= rarch_cmd_get(driver->command, key);
|
||||||
RARCH_LOG("TEST2 \n TEST2 \n");
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (state)
|
if (state)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user