finish de-hardcoding it. also, code 4x variant (not that I guarantee it to be fast, but hey, it's here)

This commit is contained in:
Arisotura
2019-05-12 15:58:12 +02:00
parent 2a0bc4e700
commit a32c5c99bb
2 changed files with 108 additions and 6 deletions

View File

@ -135,6 +135,7 @@ private:
static void DrawPixel_1x(u32* dst, u16 color, u32 flag);
static void DrawPixel_2x(u32* dst, u16 color, u32 flag);
static void DrawPixel_4x(u32* dst, u16 color, u32 flag);
void (*DrawPixel)(u32* dst, u16 color, u32 flag);
void DrawBG_3D();