mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Silence 'value stored to variable is never read' warning
This commit is contained in:
parent
2f1a03523b
commit
3b6aef23e1
@ -4217,7 +4217,7 @@ static void input_keys_pressed(
|
||||
bool libretro_hotkey_pressed = false;
|
||||
|
||||
/* Default */
|
||||
block_hotkey[i] = true;
|
||||
block_hotkey[i] = true;
|
||||
|
||||
/* No 'enable_hotkey' in joypad */
|
||||
if (!libretro_hotkey_set)
|
||||
@ -4300,7 +4300,6 @@ static void input_keys_pressed(
|
||||
port, RETRO_DEVICE_JOYPAD, 0,
|
||||
i))
|
||||
{
|
||||
libretro_hotkey_pressed = true;
|
||||
|
||||
/* Only block if keyboard is not pressed */
|
||||
if (!keyboard_hotkey_pressed)
|
||||
|
Loading…
x
Reference in New Issue
Block a user