Temporary fix for the coverall/dummy run.
This commit is contained in:
parent
c7c0f708d8
commit
d37ad746b1
@ -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
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user