mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Simplify else conditional
This commit is contained in:
parent
137aeee9e8
commit
d31f7a915b
@ -22732,7 +22732,7 @@ static void input_driver_poll(void)
|
||||
{
|
||||
BIT256_SET(handle->buttons[i], remap_button);
|
||||
}
|
||||
else if (remap_button >= RARCH_FIRST_CUSTOM_BIND)
|
||||
else
|
||||
{
|
||||
int invert = 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user