mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
RETRO_ENVIRONMENT_GET_INPUT_MAX_USERS: Clarify variable update frequency comment
This commit is contained in:
parent
ee8a2f4268
commit
81bf22c3fb
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user