mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 22:14:17 +00:00
Merge pull request #11558 from jdgleaver/rumble-comment
Clarify usage of 'RETRO_ENVIRONMENT_GET_RUMBLE_INTERFACE' callback
This commit is contained in:
commit
c3e9593022
@ -712,6 +712,9 @@ enum retro_mod
|
|||||||
* state of rumble motors in controllers.
|
* state of rumble motors in controllers.
|
||||||
* A strong and weak motor is supported, and they can be
|
* A strong and weak motor is supported, and they can be
|
||||||
* controlled indepedently.
|
* controlled indepedently.
|
||||||
|
* Should be called from either retro_init() or retro_load_game().
|
||||||
|
* Should not be called from retro_set_environment().
|
||||||
|
* Returns false if rumble functionality is unavailable.
|
||||||
*/
|
*/
|
||||||
#define RETRO_ENVIRONMENT_GET_INPUT_DEVICE_CAPABILITIES 24
|
#define RETRO_ENVIRONMENT_GET_INPUT_DEVICE_CAPABILITIES 24
|
||||||
/* uint64_t * --
|
/* uint64_t * --
|
||||||
|
Loading…
x
Reference in New Issue
Block a user