X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_unai%2Fgpu_arm.h;h=0f8ed6b5f92035c3cd963af138fea45b0cca1bb2;hb=d4594783d4a9000c97f708d0270cdaf2df8e9187;hp=b9f8f97cc0584ce357dc437d8e58a85497085fba;hpb=d56340b165b4a7ef25bc3c7509d4f2315843bc31;p=pcsx_rearmed.git diff --git a/plugins/gpu_unai/gpu_arm.h b/plugins/gpu_unai/gpu_arm.h index b9f8f97c..0f8ed6b5 100644 --- a/plugins/gpu_unai/gpu_arm.h +++ b/plugins/gpu_unai/gpu_arm.h @@ -5,7 +5,7 @@ extern "C" { #endif -void draw_spr16_full(u16 *d, void *s, u16 *pal, int lines); +void draw_spr16_full(void *d, void *s, void *pal, int lines); #ifdef __cplusplus }