notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28492c9
)
fix arm32 build
author
notaz
<notasas@gmail.com>
Thu, 31 Aug 2023 00:13:17 +0000
(
03:13
+0300)
committer
notaz
<notasas@gmail.com>
Thu, 31 Aug 2023 00:13:17 +0000
(
03:13
+0300)
libretro/pcsx_rearmed#754
plugins/gpu_unai/gpu_arm.h
patch
|
blob
|
blame
|
history
diff --git
a/plugins/gpu_unai/gpu_arm.h
b/plugins/gpu_unai/gpu_arm.h
index
b9f8f97
..
0f8ed6b
100644
(file)
--- 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
}