mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +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);
|
||||
|
||||
if (key >= RARCH_FIRST_META_KEY)
|
||||
{
|
||||
state |= input->meta_key_pressed(driver->input_data, key);
|
||||
RARCH_LOG("TEST1 \n TEST1 \n");
|
||||
}
|
||||
|
||||
#ifdef HAVE_OVERLAY
|
||||
state |= input_overlay_key_pressed(key);
|
||||
@ -225,10 +222,7 @@ retro_input_t input_driver_keys_pressed(void)
|
||||
|
||||
#ifdef HAVE_COMMAND
|
||||
if (driver->command)
|
||||
{
|
||||
state |= rarch_cmd_get(driver->command, key);
|
||||
RARCH_LOG("TEST2 \n TEST2 \n");
|
||||
}
|
||||
#endif
|
||||
|
||||
if (state)
|
||||
|
Loading…
x
Reference in New Issue
Block a user