aboutsummaryrefslogtreecommitdiff
path: root/source/gfx.h
diff options
context:
space:
mode:
authoraliaspider2014-10-28 03:13:05 +0100
committeraliaspider2014-10-28 03:13:05 +0100
commit5a96997f186b2cff1a24ed5572430fe0f031e8d3 (patch)
treed61c43d74818018e17d8142025b42d3139559395 /source/gfx.h
parentf3dab3957cf020af5a10ea64d8f77692d10be973 (diff)
downloadsnes9x2005-5a96997f186b2cff1a24ed5572430fe0f031e8d3.tar.gz
snes9x2005-5a96997f186b2cff1a24ed5572430fe0f031e8d3.tar.bz2
snes9x2005-5a96997f186b2cff1a24ed5572430fe0f031e8d3.zip
initial libretro port.
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