aboutsummaryrefslogtreecommitdiff
path: root/source/gfx.c
diff options
context:
space:
mode:
authoraliaspider2015-10-05 23:41:03 +0100
committeraliaspider2015-10-05 23:41:03 +0100
commitde5af8fb9af829578855593dbd01ebeb1efc14cb (patch)
tree9839080a8a9d2e756c9114d0804cbebd12cf42f0 /source/gfx.c
parent64ffe869caba187b8c7205ad6182f5c603008128 (diff)
downloadsnes9x2005-de5af8fb9af829578855593dbd01ebeb1efc14cb.tar.gz
snes9x2005-de5af8fb9af829578855593dbd01ebeb1efc14cb.tar.bz2
snes9x2005-de5af8fb9af829578855593dbd01ebeb1efc14cb.zip
fix debug build.
Diffstat (limited to 'source/gfx.c')
-rw-r--r--source/gfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gfx.c b/source/gfx.c
index 2cd7584..ba077e4 100644
--- a/source/gfx.c
+++ b/source/gfx.c
@@ -730,7 +730,7 @@ void S9xSetInfoString(const char* string)
GFX.InfoStringTimeout = 120;
}
-inline void SelectTileRenderer(bool normal)
+static inline void SelectTileRenderer(bool normal)
{
if (normal)
{