From 47546eadea450c5058a4bea80930a711534a1326 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 20 Apr 2018 19:11:34 +0200 Subject: Use retro_inline.h --- src/gfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gfx.c') 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(); -- cgit v1.2.3