From d31f7a915b00a583f91e4c1f6c3c14162560e930 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 23 Jun 2020 21:35:23 +0200 Subject: [PATCH] Simplify else conditional --- retroarch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch.c b/retroarch.c index 39603ccdbd..d5ea2662a2 100644 --- a/retroarch.c +++ b/retroarch.c @@ -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;