summaryrefslogtreecommitdiff
path: root/libretro
diff options
context:
space:
mode:
authorToad King2012-06-14 18:57:11 -0400
committerToad King2012-06-14 18:57:11 -0400
commit536905f71f98156807e748449ac205b2e469876c (patch)
tree918e8e9a7bac3146109200a734ea0836eb2b78e1 /libretro
parent8e9722d2836c5cbcfe236b915e8fc37e2e0be526 (diff)
downloadsnes9x2002-536905f71f98156807e748449ac205b2e469876c.tar.gz
snes9x2002-536905f71f98156807e748449ac205b2e469876c.tar.bz2
snes9x2002-536905f71f98156807e748449ac205b2e469876c.zip
don't stop rendering frames after load state
Diffstat (limited to 'libretro')
-rw-r--r--libretro/libretro.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libretro/libretro.cpp b/libretro/libretro.cpp
index 2f13a03..42601fa 100644
--- a/libretro/libretro.cpp
+++ b/libretro/libretro.cpp
@@ -366,6 +366,7 @@ static void report_buttons (void)
void retro_run (void)
{
+ IPPU.RenderThisFrame = TRUE;
S9xMainLoop();
S9xMixSamples(audio_buf, avail * 2);
audio_batch_cb((int16_t *) audio_buf, avail);