mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-01 14:31:54 +00:00
Cleanup menu_input_bind_iterate
This commit is contained in:
parent
576ad9dab2
commit
aa6452b8ca
@ -360,10 +360,11 @@ int menu_input_bind_iterate(void *data)
|
||||
driver.flushing_input = true;
|
||||
|
||||
binds.begin++;
|
||||
if (binds.begin <= binds.last)
|
||||
binds.target++;
|
||||
else
|
||||
|
||||
if (binds.begin > binds.last)
|
||||
return 1;
|
||||
|
||||
binds.target++;
|
||||
}
|
||||
menu->binds = binds;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user