fix arm32 build
authornotaz <notasas@gmail.com>
Thu, 31 Aug 2023 00:13:17 +0000 (03:13 +0300)
committernotaz <notasas@gmail.com>
Thu, 31 Aug 2023 00:13:17 +0000 (03:13 +0300)
libretro/pcsx_rearmed#754

plugins/gpu_unai/gpu_arm.h

index b9f8f97..0f8ed6b 100644 (file)
@@ -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
 }