From 7c6c5f3bb6f8084ed5ae6eaafe0db14c5afe49bc Mon Sep 17 00:00:00 2001 From: neonloop Date: Sat, 3 Apr 2021 00:29:33 +0000 Subject: Favors smoother audio over smoother video --- shell/emu/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/emu/core.c') 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 -- cgit v1.2.3