X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fcspace_neon.S;h=4928b44ab60c2a124313f5e632f992318dc0009d;hb=8c84ba5f4478dd4e7cc48e86f1b023bc6b99ea9c;hp=651ab84243f63df94da8996b743a5d39a5d3bb51;hpb=d639fa7fe4be413006e13209587fa710b98820f5;p=pcsx_rearmed.git diff --git a/frontend/cspace_neon.S b/frontend/cspace_neon.S index 651ab842..4928b44a 100644 --- 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