aboutsummaryrefslogtreecommitdiff
path: root/source/gfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/gfx.c')
-rw-r--r--source/gfx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/gfx.c b/source/gfx.c
index 1c3efa1..d55ae09 100644
--- a/source/gfx.c
+++ b/source/gfx.c
@@ -717,11 +717,7 @@ void S9xEndScreenRefresh()
#endif
if (CPU.SRAMModified)
- {
- S9xAutoSaveSRAM();
CPU.SRAMModified = false;
- }
-
}
void S9xSetInfoString(const char* string)