mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 17:04:34 +00:00
(Remapping) Simplify conditional and silence warning on OSX
This commit is contained in:
parent
9afaaa0ccc
commit
5e85c874ab
@ -419,7 +419,7 @@ static int16_t input_state(unsigned port, unsigned device,
|
||||
|
||||
if (g_settings.input.remap_binds_enable)
|
||||
{
|
||||
if (id >= 0 && id < RARCH_FIRST_CUSTOM_BIND)
|
||||
if (id < RARCH_FIRST_CUSTOM_BIND)
|
||||
id = g_settings.input.remap_ids[port][id];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user