Style nits

This commit is contained in:
twinaphex 2020-05-11 16:49:16 +02:00
parent 718d9801da
commit 81a623c2b6

View File

@ -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)