mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +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);
|
BIT256_SET(handle->buttons[i], remap_button);
|
||||||
}
|
}
|
||||||
else if (remap_button >= RARCH_FIRST_CUSTOM_BIND)
|
else
|
||||||
{
|
{
|
||||||
int invert = 1;
|
int invert = 1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user