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:
4f7c7e7
)
cspace: add forgotten length decrement
author
notaz
<notasas@gmail.com>
Tue, 9 Aug 2022 17:42:39 +0000
(20:42 +0300)
committer
notaz
<notasas@gmail.com>
Tue, 9 Aug 2022 17:42:39 +0000
(20:42 +0300)
frontend/cspace_neon.S
patch
|
blob
|
blame
|
history
diff --git
a/frontend/cspace_neon.S
b/frontend/cspace_neon.S
index
651ab84
..
4928b44
100644
(file)
--- a/
frontend/cspace_neon.S
+++ b/
frontend/cspace_neon.S
@@
-27,6
+27,7
@@
FUNCTION(bgr555_to_rgb565): @ dst, src, bytes
beq 0f
@ align the dst
vld1.16 {d0}, [r1]!
+ sub r2, r2, #8
vshl.u16 d0, d0, #1
vshl.u16 d1, d0, #10
vsri.u16 d1, d0, #11