aboutsummaryrefslogtreecommitdiff
path: root/source/gfx.c
diff options
context:
space:
mode:
authortwinaphex2016-08-06 00:49:32 +0200
committertwinaphex2016-08-06 00:49:32 +0200
commit782210614519c2368a240b5668b24b8f3874c12c (patch)
treee2aa2600ff71c397ca30e13fbc10798a4d541460 /source/gfx.c
parentf17c30ecfb60f085cf928724d19d8c3ab693801f (diff)
downloadsnesemu-782210614519c2368a240b5668b24b8f3874c12c.tar.gz
snesemu-782210614519c2368a240b5668b24b8f3874c12c.tar.bz2
snesemu-782210614519c2368a240b5668b24b8f3874c12c.zip
Reimplement save RAM - do it the libretro way by implementing
retro_get_memory_data and friends
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)