Simplify tile_4bpp_draw_base_normal
This commit is contained in:
parent
853be8aea3
commit
4cfd459d5b
6
video.c
6
video.c
|
@ -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); \
|
||||
} \
|
||||
|
||||
|
||||
#define tile_4bpp_draw_base_alpha(index) \
|
||||
|
|
Loading…
Reference in New Issue