Disabled rumble on windows for now

This commit is contained in:
KiritoDv
2026-01-07 13:05:42 -06:00
parent 50323238d0
commit 555e53b1ea
+5 -1
View File
@@ -32,7 +32,11 @@
#define BUGFIX_BOWSER_FADING_OUT (0 || VERSION_US || VERSION_EU || VERSION_SH)
// Support Rumble Pak
#define ENABLE_RUMBLE (1 || VERSION_SH)
#ifdef _WIN32
#define ENABLE_RUMBLE 0
#else
#define ENABLE_RUMBLE 1
#endif
// Screen Size Defines
#define SCREEN_WIDTH 320