mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
Style nits.
This commit is contained in:
parent
205316510f
commit
a750f355f8
@ -511,8 +511,8 @@ static inline void input_poll_overlay(void)
|
||||
|
||||
driver.overlay_state.buttons |= polled_data.buttons;
|
||||
|
||||
for (j = 0; j < 4; j ++)
|
||||
if (driver.overlay_state.analog[j] == 0)
|
||||
for (j = 0; j < 4; j++)
|
||||
if (!driver.overlay_state.analog[j])
|
||||
driver.overlay_state.analog[j] = polled_data.analog[j];
|
||||
|
||||
polled = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user