From 5a96997f186b2cff1a24ed5572430fe0f031e8d3 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Tue, 28 Oct 2014 03:13:05 +0100 Subject: initial libretro port. --- source/gfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gfx.h') 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 -- cgit v1.2.3