From 79a0fe978c6eece18d2e05320d6c86de584dbb48 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Sun, 2 Nov 2014 07:52:33 +0100 Subject: cleanups. --- source/gfx.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/gfx.h') diff --git a/source/gfx.h b/source/gfx.h index 0441223..5c55f64 100644 --- a/source/gfx.h +++ b/source/gfx.h @@ -105,8 +105,8 @@ void S9xBuildDirectColourMaps(); // port. extern struct SGFX GFX; -bool8 S9xGraphicsInit(); -void S9xGraphicsDeinit(); +bool8 S9xInitGFX(); +void S9xDeinitGFX(); bool8 S9xInitUpdate(void); #if 0 void S9xSyncSpeed(); @@ -129,7 +129,7 @@ struct SGFX uint8* SubZBuffer; uint32 Pitch; - // Setup in call to S9xGraphicsInit() + // Setup in call to S9xInitGFX() int Delta; uint16* X2; uint16* ZERO_OR_X2; -- cgit v1.2.3