aboutsummaryrefslogtreecommitdiff
path: root/libretro.c
diff options
context:
space:
mode:
Diffstat (limited to 'libretro.c')
-rw-r--r--libretro.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libretro.c b/libretro.c
index 68f0ff8..ddd8f46 100644
--- a/libretro.c
+++ b/libretro.c
@@ -645,15 +645,12 @@ bool retro_unserialize(const void* data, size_t size)
memcpy(&rtc_f9, buffer, sizeof(rtc_f9));
buffer += sizeof(rtc_f9);
- // S9xFixCycles();
-
S9xFixSA1AfterSnapshotLoad();
FixROMSpeed();
IPPU.ColorsChanged = TRUE;
IPPU.OBJChanged = TRUE;
CPU.InDMA = FALSE;
S9xFixColourBrightness();
- // IPPU.RenderThisFrame = FALSE;
S9xAPUUnpackStatus();
S9xSA1UnpackStatus();