Disable autosave debug

This commit is contained in:
Mr-Wiseguy 2024-05-04 02:08:59 -04:00
parent b7775e1e96
commit 0faf51e8a2

View File

@ -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) {