From 1c5a11c900a25a8fc5e68de6106bfc5c97e2c73f Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 26 Sep 2013 15:15:31 +0200 Subject: [PATCH] Freeze GET_RUMBLE_INTERFACE. Interface should be good to go now. --- libretro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro.h b/libretro.h index e058be8c02..e91beb8ba2 100755 --- a/libretro.h +++ b/libretro.h @@ -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.