mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
Style nits
This commit is contained in:
parent
718d9801da
commit
81a623c2b6
@ -14569,7 +14569,7 @@ static int16_t input_state_device(
|
||||
input_driver_turbo_btns.mode1_enable[port] ^= 1;
|
||||
}
|
||||
|
||||
if (input_driver_turbo_btns.turbo_pressed[port] & 1<<31)
|
||||
if (input_driver_turbo_btns.turbo_pressed[port] & (1 << 31))
|
||||
{
|
||||
/* Avoid detecting buttons being held as multiple toggles */
|
||||
if (!res)
|
||||
|
Loading…
x
Reference in New Issue
Block a user