diff --git a/libretro-common/include/libretro.h b/libretro-common/include/libretro.h index 59bd513783..9087aedd0f 100644 --- a/libretro-common/include/libretro.h +++ b/libretro-common/include/libretro.h @@ -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 * --