diff options
author | Dwedit | 2018-03-30 22:40:23 -0500 |
---|---|---|
committer | Dwedit | 2018-03-30 22:40:23 -0500 |
commit | bb13407869200360f90e10233fc649fc056f4e98 (patch) | |
tree | 55988350254e2e685e0c55d095d9a0f8d64c41b2 | |
parent | f453201fa149d3e2a85f0b466b1c67c6c90d54e0 (diff) | |
download | snesemu-bb13407869200360f90e10233fc649fc056f4e98.tar.gz snesemu-bb13407869200360f90e10233fc649fc056f4e98.tar.bz2 snesemu-bb13407869200360f90e10233fc649fc056f4e98.zip |
fix typo (extra semicolon)
-rw-r--r-- | libretro.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -455,7 +455,7 @@ void retro_run(void) } else { - IPPU.RenderThisFrame = true;; + IPPU.RenderThisFrame = true; S9xSetSoundMute(false); Settings.HardDisableAudio = false; } |