From 81bf22c3fbf7cb312a4140a267465d1d67bc95e0 Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Tue, 11 Aug 2020 14:54:22 +0100 Subject: [PATCH] RETRO_ENVIRONMENT_GET_INPUT_MAX_USERS: Clarify variable update frequency comment --- libretro-common/include/libretro.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libretro-common/include/libretro.h b/libretro-common/include/libretro.h index ff5290d358..c8a3cb763c 100644 --- a/libretro-common/include/libretro.h +++ b/libretro-common/include/libretro.h @@ -1324,7 +1324,9 @@ enum retro_mod #define RETRO_ENVIRONMENT_GET_INPUT_MAX_USERS 61 /* unsigned * -- * Unsigned value is the number of active input devices - * provided by the frontend. This may change at any time. + * provided by the frontend. This may change between + * frames, but will remain constant for the duration + * of each frame. * If callback returns true, a core need not poll any * input device with an index greater than or equal to * the number of active devices.