mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 08:54:13 +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 (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];
|
id = g_settings.input.remap_ids[port][id];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user