Add #define SDL_HAVE_BLIT_N_RGB565 to compile out RGB565 LUT

This commit is contained in:
Sylvain Becker
2020-01-21 22:06:09 +01:00
parent 7df22cf2c2
commit 55afc281fa
2 changed files with 3 additions and 0 deletions

View File

@@ -57,6 +57,7 @@
#define SDL_HAVE_BLIT_1 1
#define SDL_HAVE_BLIT_A 1
#define SDL_HAVE_BLIT_N 1
#define SDL_HAVE_BLIT_N_RGB565 1
#define SDL_HAVE_BLIT_AUTO 1
#define SDL_HAVE_RLE 1
#define SDL_VIDEO_RENDER_SW 1