aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/gte.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/gte.h')
-rw-r--r--libpcsxcore/gte.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpcsxcore/gte.h b/libpcsxcore/gte.h
index 7646226..8bc6988 100644
--- a/libpcsxcore/gte.h
+++ b/libpcsxcore/gte.h
@@ -67,6 +67,10 @@ extern "C" {
struct psxCP2Regs;
+u32 MFC2(int reg);
+void MTC2(u32 value, int reg);
+void CTC2(u32 value, int reg);
+
void gteMFC2();
void gteCFC2();
void gteMTC2();