All the current WIP work (warning: the PIT is currently using some temporary test rewrite that is going to be undone).

This commit is contained in:
OBattler
2021-06-29 19:11:19 +02:00
parent a148d1fdda
commit fd4817a87b
77 changed files with 11754 additions and 3381 deletions

View File

@@ -508,7 +508,8 @@ main_thread(void *param)
frames = 0;
}
} else /* Just so we dont overload the host OS. */
Sleep(1);
Sleep((drawits < -1) ? 1 : 0);
// Sleep(1);
/* If needed, handle a screen resize. */
if (doresize && !video_fullscreen) {