Freeze GET_RUMBLE_INTERFACE.

Interface should be good to go now.
This commit is contained in:
Themaister 2013-09-26 15:15:31 +02:00
parent 3f82743d06
commit 1c5a11c900

View File

@ -515,7 +515,7 @@ enum retro_mod
// The frontend can tamper with the timing to fake fast-forward, slow-motion, frame stepping, etc.
// In this case the delta time will use the reference value in frame_time_callback..
//
#define RETRO_ENVIRONMENT_GET_RUMBLE_INTERFACE (23 | RETRO_ENVIRONMENT_EXPERIMENTAL)
#define RETRO_ENVIRONMENT_GET_RUMBLE_INTERFACE 23
// struct retro_rumble_interface * --
// Gets an interface which is used by a libretro core to set state of rumble motors in controllers.
// A strong and weak motor is supported, and they can be controlled indepedently.