mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 23:42:30 +00:00
SET_INPUT_DESCRIPTORS - only log max users
This commit is contained in:
parent
41acfb52d4
commit
a829a26b49
@ -725,7 +725,7 @@ bool rarch_environment_cb(unsigned cmd, void *data)
|
|||||||
};
|
};
|
||||||
|
|
||||||
RARCH_LOG("Environ SET_INPUT_DESCRIPTORS:\n");
|
RARCH_LOG("Environ SET_INPUT_DESCRIPTORS:\n");
|
||||||
for (p = 0; p < MAX_USERS; p++)
|
for (p = 0; p < g_settings.input.max_users; p++)
|
||||||
{
|
{
|
||||||
for (retro_id = 0; retro_id < RARCH_FIRST_CUSTOM_BIND; retro_id++)
|
for (retro_id = 0; retro_id < RARCH_FIRST_CUSTOM_BIND; retro_id++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user