mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
Disabled rumble on windows for now
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user