diff options
-rw-r--r-- | libpcsxcore/gte_neon.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/gte_neon.S b/libpcsxcore/gte_neon.S index fe153e2..7d97ff3 100644 --- a/libpcsxcore/gte_neon.S +++ b/libpcsxcore/gte_neon.S @@ -290,7 +290,7 @@ FUNCTION(gteRTPT_neon): @ r0=CP2 (d,c), rtpx_preload - vmov.i32 d22, #0x7fffffff + vmvn.i32 d22, #0x80000000 @ #0x7fffffff vmov.i32 d23, #0x80000000 mov r3, #3 @ counter mov r2, r0 @ VXYZ(0) |