summaryrefslogtreecommitdiff
path: root/shell/emu/core.c
diff options
context:
space:
mode:
authorneonloop2021-03-31 21:14:22 +0000
committerneonloop2021-03-31 21:14:22 +0000
commit83932ce888f9148a8d49a5f9b7d3dd4ddf71822a (patch)
treeded775d2d553c8cf00667b7ca4159c766840e6b1 /shell/emu/core.c
parentc85afd6f386706d01a3f234a13a7de4a93c66b67 (diff)
downloadsnes9x2002-83932ce888f9148a8d49a5f9b7d3dd4ddf71822a.tar.gz
snes9x2002-83932ce888f9148a8d49a5f9b7d3dd4ddf71822a.tar.bz2
snes9x2002-83932ce888f9148a8d49a5f9b7d3dd4ddf71822a.zip
Favors smoother audio over smoother video
Diffstat (limited to 'shell/emu/core.c')
-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 41bd095..5a17250 100644
--- a/shell/emu/core.c
+++ b/shell/emu/core.c
@@ -123,7 +123,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