From: notaz Date: Thu, 31 Aug 2023 00:13:17 +0000 (+0300) Subject: fix arm32 build X-Git-Tag: r24l~206 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d9a653d60e5c38051d9dbe17f496811da1e5396;hp=28492c9cba2191da3bffbb04d59a4e7053212ca6;p=pcsx_rearmed.git fix arm32 build libretro/pcsx_rearmed#754 --- 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 }