From 782210614519c2368a240b5668b24b8f3874c12c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 6 Aug 2016 00:49:32 +0200 Subject: Reimplement save RAM - do it the libretro way by implementing retro_get_memory_data and friends --- source/gfx.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/gfx.c') 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) -- cgit v1.2.3