From 0faf51e8a27c80f10641ab40de6ef2b29dfd281d Mon Sep 17 00:00:00 2001 From: Mr-Wiseguy Date: Sat, 4 May 2024 02:08:59 -0400 Subject: [PATCH] Disable autosave debug --- patches/autosaving.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/autosaving.c b/patches/autosaving.c index 76e5d63..4e8f93b 100644 --- a/patches/autosaving.c +++ b/patches/autosaving.c @@ -222,7 +222,7 @@ Gfx* GfxEx_DrawRect_DropShadow(Gfx* gfx, s16 rectLeft, s16 rectTop, s16 rectWidt bool autosave_was_ready = false; s32 recomp_autosave_debug_enabled() { - return 1; + return 0; } void draw_autosave_icon(PlayState* play) {