aboutsummaryrefslogtreecommitdiff
path: root/libretro.c
diff options
context:
space:
mode:
Diffstat (limited to 'libretro.c')
-rw-r--r--libretro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libretro.c b/libretro.c
index 43dad13..8625c57 100644
--- a/libretro.c
+++ b/libretro.c
@@ -455,7 +455,7 @@ void retro_run(void)
}
else
{
- IPPU.RenderThisFrame = true;;
+ IPPU.RenderThisFrame = true;
S9xSetSoundMute(false);
Settings.HardDisableAudio = false;
}