Temporary fix for the coverall/dummy run.

This commit is contained in:
Godzil 2019-12-05 16:54:12 +00:00
parent c7c0f708d8
commit d37ad746b1

View File

@ -138,6 +138,8 @@ int getKeyStatus(int key)
/* Sync with 60Hz (or try to) */ /* Sync with 60Hz (or try to) */
void vsync(void) void vsync(void)
{ {
#if 0
/* For now don't do anything there */
long WaitTime; long WaitTime;
static long delta = 0; static long delta = 0;
@ -180,4 +182,5 @@ void vsync(void)
{ {
delta = 0; delta = 0;
} }
#endif
} }