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:
399f666
)
Fix building gpu_unai on armv6
author
Jools Wills
<buzz@exotica.org.uk>
Mon, 12 Dec 2022 15:29:05 +0000
(15:29 +0000)
committer
Jools Wills
<buzz@exotica.org.uk>
Mon, 12 Dec 2022 15:29:05 +0000
(15:29 +0000)
f23b103c8248c10855949bfb2185b6b10d4f0457
was missing changes to gpu_unai/gpulib_if.cpp
plugins/gpu_unai/gpulib_if.cpp
patch
|
blob
|
blame
|
history
diff --git
a/plugins/gpu_unai/gpulib_if.cpp
b/plugins/gpu_unai/gpulib_if.cpp
index
2dedbf8
..
45eac41
100644
(file)
--- a/
plugins/gpu_unai/gpulib_if.cpp
+++ b/
plugins/gpu_unai/gpulib_if.cpp
@@
-173,7
+173,7
@@
int do_cmd_list(unsigned int *list, int list_len, int *last_cmd)
linesInterlace = force_interlace;
#ifdef HAVE_PRE_ARMV7 /* XXX */
- linesInterlace |=
gpu.status.interlace
;
+ linesInterlace |=
!!(gpu.status & PSX_GPU_STATUS_INTERLACE)
;
#endif
for (; list < list_end; list += 1 + len)