ソースを参照

Temporary fix for the coverall/dummy run.

Godzil 4 年 前
コミット
d37ad746b1
1 ファイル変更3 行追加0 行削除
  1. 3 0
      src/os/unix/graphics_dummy.c

+ 3 - 0
src/os/unix/graphics_dummy.c

@@ -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
 }
 }