X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPico.h;h=f6305053c9b0aca8f7b930814b6c288f6ade34d2;hb=ee4f03ae8612ca281935871c897ef3a7f4d499ca;hp=435685fe49b5f9cb8f9719692cebf350ecb7073e;hpb=283fec1b0febb861a771a37a16f34405637e6a96;p=picodrive.git diff --git a/Pico/Pico.h b/Pico/Pico.h index 435685fe..f6305053 100644 --- a/Pico/Pico.h +++ b/Pico/Pico.h @@ -166,6 +166,8 @@ void vidConvCpyRGB565(void *to, void *from, int pixels); #define PDRAW_SONIC_MODE (1<<5) // mid-frame palette changes for 8bit renderer #define PDRAW_PLANE_HI_PRIO (1<<6) // have layer with all hi prio tiles (mk3) #define PDRAW_SHHI_DONE (1<<7) // layer sh/hi already processed +#define PDRAW_HAVE_LO_SPR (1<<8) +#define PDRAW_HAVE_HI_SPR (1<<9) extern int rendstatus; extern unsigned short HighPal[0x100];