mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Allow up to 50 missed CPU frames instead of 500
This commit is contained in:
@@ -456,7 +456,7 @@ main_thread_fn()
|
||||
if (drawits > 0 && !dopause) {
|
||||
/* Yes, so do one frame now. */
|
||||
drawits -= 1;
|
||||
if (drawits > 500)
|
||||
if (drawits > 50)
|
||||
drawits = 0;
|
||||
|
||||
#ifdef USE_INSTRUMENT
|
||||
|
||||
Reference in New Issue
Block a user