aboutsummaryrefslogtreecommitdiff
path: root/source/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/gfx.h')
-rw-r--r--source/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gfx.h b/source/gfx.h
index 88b2640..37a082e 100644
--- a/source/gfx.h
+++ b/source/gfx.h
@@ -109,7 +109,7 @@ extern struct SGFX GFX;
bool8 S9xGraphicsInit ();
void S9xGraphicsDeinit();
bool8 S9xInitUpdate (void);
-bool8 S9xDeinitUpdate (int Width, int Height, bool8 sixteen_bit);
+void S9xDeinitUpdate (int width, int height, bool8 sixteen_bit);
void S9xSyncSpeed ();
#ifdef GFX_MULTI_FORMAT