1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 00:38:44 +00:00

iOS: default vibrations on

This commit is contained in:
Eric Warmenhoven 2024-06-05 13:37:29 -04:00 committed by LibretroAdmin
parent cf6aef1706
commit 72eb860315

View File

@ -1685,13 +1685,17 @@
/* Only applies to Android 7.0 (API 24) and up */
#define DEFAULT_SUSTAINED_PERFORMANCE_MODE false
#if defined(ANDROID)
#if defined(ANDROID) || defined(IOS)
#define DEFAULT_VIBRATE_ON_KEYPRESS true
#else
#define DEFAULT_VIBRATE_ON_KEYPRESS false
#endif
#if defined(IOS)
#define DEFAULT_ENABLE_DEVICE_VIBRATION true
#else
#define DEFAULT_ENABLE_DEVICE_VIBRATION false
#endif
/* Defines the strength of rumble effects
* on OpenDingux devices */