mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-12-24 17:02:43 +00:00
Disable autosave debug
This commit is contained in:
parent
b7775e1e96
commit
0faf51e8a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue