aboutsummaryrefslogtreecommitdiff
path: root/libretro.c
diff options
context:
space:
mode:
authorDwedit2018-03-30 22:40:23 -0500
committerDwedit2018-03-30 22:40:23 -0500
commitbb13407869200360f90e10233fc649fc056f4e98 (patch)
tree55988350254e2e685e0c55d095d9a0f8d64c41b2 /libretro.c
parentf453201fa149d3e2a85f0b466b1c67c6c90d54e0 (diff)
downloadsnes9x2005-bb13407869200360f90e10233fc649fc056f4e98.tar.gz
snes9x2005-bb13407869200360f90e10233fc649fc056f4e98.tar.bz2
snes9x2005-bb13407869200360f90e10233fc649fc056f4e98.zip
fix typo (extra semicolon)
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;
}