aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/gte_neon.h
diff options
context:
space:
mode:
authornotaz2011-02-25 16:07:36 +0200
committernotaz2011-02-25 16:52:45 +0200
commit5d8e3bf87667638765c6473ff82242ec3158cdac (patch)
tree595dcfa8aaa02f3433c2934dd8400d11497ce945 /libpcsxcore/gte_neon.h
parent8cfbda97eb2e1548d9f55f2b3145727a7e0302e1 (diff)
downloadpcsx_rearmed-5d8e3bf87667638765c6473ff82242ec3158cdac.tar.gz
pcsx_rearmed-5d8e3bf87667638765c6473ff82242ec3158cdac.tar.bz2
pcsx_rearmed-5d8e3bf87667638765c6473ff82242ec3158cdac.zip
gte_neon: implement RTPS and NCLIP
Diffstat (limited to 'libpcsxcore/gte_neon.h')
-rw-r--r--libpcsxcore/gte_neon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/gte_neon.h b/libpcsxcore/gte_neon.h
index 54a7b44..36b6532 100644
--- a/libpcsxcore/gte_neon.h
+++ b/libpcsxcore/gte_neon.h
@@ -1 +1,3 @@
+void gteRTPS_neon(void *cp2_regs);
void gteRTPT_neon(void *cp2_regs);
+void gteNCLIP_neon(void *cp2_regs);