summaryrefslogtreecommitdiff
path: root/src/gfx.c
diff options
context:
space:
mode:
authortwinaphex2018-04-20 19:11:34 +0200
committertwinaphex2018-04-20 19:11:34 +0200
commit47546eadea450c5058a4bea80930a711534a1326 (patch)
tree95fbc4f803fe0824c73b14f1f94ecb05d6de5184 /src/gfx.c
parentf1e7b6b3394c66860b810804aac45be24bd31dbf (diff)
downloadsnes9x2002-47546eadea450c5058a4bea80930a711534a1326.tar.gz
snes9x2002-47546eadea450c5058a4bea80930a711534a1326.tar.bz2
snes9x2002-47546eadea450c5058a4bea80930a711534a1326.zip
Use retro_inline.h
Diffstat (limited to 'src/gfx.c')
-rw-r--r--src/gfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx.c b/src/gfx.c
index f7be1da..72f13e1 100644
--- a/src/gfx.c
+++ b/src/gfx.c
@@ -2072,7 +2072,7 @@ void DrawBackground_16(uint32 BGMode, uint32 bg, uint8 Z1, uint8 Z2)
GFX.Z1 = GFX.Z2 = depths [(Tile & 0x2000) >> 13];
}
-static inline void DrawBackground(uint32 BGMode, uint32 bg, uint8 Z1, uint8 Z2)
+static INLINE void DrawBackground(uint32 BGMode, uint32 bg, uint8 Z1, uint8 Z2)
{
//StartAnalyze();