mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2025-12-12 10:18:51 +01:00
Simplify tile_4bpp_draw_base_normal
This commit is contained in:
parent
853be8aea3
commit
4cfd459d5b
8
video.c
8
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); \
|
||||
} \
|
||||
tile_expand_base_normal(index); \
|
||||
|
||||
|
||||
#define tile_4bpp_draw_base_alpha(index) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user