Merge pull request #11558 from jdgleaver/rumble-comment

Clarify usage of 'RETRO_ENVIRONMENT_GET_RUMBLE_INTERFACE' callback
This commit is contained in:
Autechre 2020-11-12 18:05:55 +01:00 committed by GitHub
commit c3e9593022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -712,6 +712,9 @@ enum retro_mod
* state of rumble motors in controllers.
* A strong and weak motor is supported, and they can be
* 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
/* uint64_t * --