From 1d98e1c317fa19687ae6bc3cb8e550ef7531bf02 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 29 Oct 2014 05:28:04 +0100 Subject: cleanups (cont.) --- source/gfx.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'source/gfx.h') diff --git a/source/gfx.h b/source/gfx.h index 24364f8..2cc95ef 100644 --- a/source/gfx.h +++ b/source/gfx.h @@ -109,13 +109,9 @@ extern struct SGFX GFX; bool8 S9xGraphicsInit (); void S9xGraphicsDeinit(); bool8 S9xInitUpdate (void); -void S9xDeinitUpdate (int width, int height, bool8 sixteen_bit); +void S9xDeinitUpdate (int width, int height); void S9xSyncSpeed (); -#ifdef GFX_MULTI_FORMAT -bool8 S9xSetRenderPixelFormat (int format); -#endif - END_EXTERN_C struct SGFX{ @@ -170,12 +166,6 @@ struct SGFX{ uint8 r2131; bool8 Pseudo; -#ifdef GFX_MULTI_FORMAT - uint32 PixelFormat; - uint32 (*BuildPixel) (uint32 R, uint32 G, uint32 B); - uint32 (*BuildPixel2) (uint32 R, uint32 G, uint32 B); - void (*DecomposePixel) (uint32 Pixel, uint32 &R, uint32 &G, uint32 &B); -#endif }; struct SLineData { -- cgit v1.2.3