aboutsummaryrefslogtreecommitdiff
path: root/source/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/gfx.h')
-rw-r--r--source/gfx.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/gfx.h b/source/gfx.h
index 18d74f8..3473670 100644
--- a/source/gfx.h
+++ b/source/gfx.h
@@ -109,7 +109,12 @@ bool8 S9xGraphicsInit();
void S9xGraphicsDeinit();
bool8 S9xInitUpdate(void);
void S9xDeinitUpdate(int width, int height);
+#if 0
void S9xSyncSpeed();
+#else
+#define S9xSyncSpeed()
+#endif
+
struct SGFX
{