From 5097e6f666b85aa6eddecfdd8bff6ab129a3d651 Mon Sep 17 00:00:00 2001 From: Reonu Date: Mon, 24 May 2021 09:02:40 +0100 Subject: [PATCH] Disabled rumble by default to prevent crashes --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index 1cd32588..4d2630d9 100644 --- a/include/config.h +++ b/include/config.h @@ -24,7 +24,7 @@ #define BUGFIX_STAR_BOWSER_KEY (0 || VERSION_US || VERSION_EU || VERSION_SH) // Support Rumble Pak -#define ENABLE_RUMBLE (1 || VERSION_SH) +//#define ENABLE_RUMBLE (1 || VERSION_SH) // Screen Size Defines #define SCREEN_WIDTH 320