From 94ff373a84695d6899daa53d5379de1dc827044f Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Mon, 20 May 2024 23:01:59 -0600 Subject: [PATCH] Set ram mod as enabled by default --- include/mods.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mods.h b/include/mods.h index 9f46cf7a..d7ad4fd3 100644 --- a/include/mods.h +++ b/include/mods.h @@ -17,7 +17,7 @@ * state. Two presets (map and main menu) are provided. * For the full list of game states, see sf64thread.h. */ -#define MODS_BOOT_STATE 3 // main menu +// #define MODS_BOOT_STATE 3 // main menu // #define MODS_BOOT_STATE 4 // map /**