aboutsummaryrefslogtreecommitdiff
path: root/source/gfx.h
diff options
context:
space:
mode:
authoraliaspider2014-11-02 07:52:33 +0100
committeraliaspider2014-11-02 07:52:33 +0100
commit79a0fe978c6eece18d2e05320d6c86de584dbb48 (patch)
treea766b67e5ba37cd8bca19d15b3021af5cde2026a /source/gfx.h
parentd2c9eb147defae3d98df43730372dfce4a224cde (diff)
downloadsnes9x2005-79a0fe978c6eece18d2e05320d6c86de584dbb48.tar.gz
snes9x2005-79a0fe978c6eece18d2e05320d6c86de584dbb48.tar.bz2
snes9x2005-79a0fe978c6eece18d2e05320d6c86de584dbb48.zip
cleanups.
Diffstat (limited to 'source/gfx.h')
-rw-r--r--source/gfx.h6
1 files changed, 3 insertions, 3 deletions
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;