From 4954872605bcfd62b0ada8858d84fb00d4c8e4b5 Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 26 Sep 2013 15:16:12 +0200 Subject: [PATCH] Update libretro header. --- libretro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro.h b/libretro.h index e058be8..e91beb8 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.