Simplify tile_4bpp_draw_base_normal

This commit is contained in:
twinaphex 2014-12-11 22:41:29 +01:00
parent 853be8aea3
commit 4cfd459d5b
1 changed files with 1 additions and 7 deletions

View File

@ -395,14 +395,8 @@ static void render_scanline_conditional_bitmap(u32 start, u32 end, u16 *scanline
#define tile_4bpp_draw_base_normal(index) \
if(current_pixel) \
{ \
current_pixel |= current_palette; \
tile_expand_base_normal(index); \
} \
else \
{ \
tile_expand_base_normal(index); \
} \
tile_expand_base_normal(index); \
#define tile_4bpp_draw_base_alpha(index) \