aboutsummaryrefslogtreecommitdiff
path: root/shell/emu
diff options
context:
space:
mode:
authorneonloop2021-04-03 00:29:33 +0000
committerneonloop2021-04-03 00:29:33 +0000
commit7c6c5f3bb6f8084ed5ae6eaafe0db14c5afe49bc (patch)
tree1dc09c9531c5424dd2e0e37d859b0b380d2ce756 /shell/emu
parent08ba753083031def20d86a6b7daff1754a4d3c8a (diff)
downloadsnesemu-7c6c5f3bb6f8084ed5ae6eaafe0db14c5afe49bc.tar.gz
snesemu-7c6c5f3bb6f8084ed5ae6eaafe0db14c5afe49bc.tar.bz2
snesemu-7c6c5f3bb6f8084ed5ae6eaafe0db14c5afe49bc.zip
Favors smoother audio over smoother video
Diffstat (limited to 'shell/emu')
-rw-r--r--shell/emu/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/emu/core.c b/shell/emu/core.c
index d4ff19d..f53def5 100644
--- a/shell/emu/core.c
+++ b/shell/emu/core.c
@@ -275,7 +275,7 @@ static const uint32_t TblSkip[4][4] = {
#endif
#ifdef AUDIO_FRAMESKIP
-#define MAX_SKIP_COUNT 3
+#define MAX_SKIP_COUNT 4
static uint32_t SkipCnt = 0;
#endif