Simplify else conditional

This commit is contained in:
twinaphex 2020-06-23 21:35:23 +02:00
parent 137aeee9e8
commit d31f7a915b

View File

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