diff --git a/pico/pico_int.h b/pico/pico_int.h index 3cf5858c..cc3d2f44 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -353,7 +353,7 @@ struct PicoEState int rendstatus; void *DrawLineDest; // draw destination unsigned char *HighCol; - u32 *HighPreSpr; + s32 *HighPreSpr; struct Pico *Pico; unsigned short *PicoMem_vram; unsigned short *PicoMem_cram;