aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plugin.c')
-rw-r--r--frontend/plugin.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/plugin.c b/frontend/plugin.c
index 2492f4a..e741a1a 100644
--- a/frontend/plugin.c
+++ b/frontend/plugin.c
@@ -292,4 +292,15 @@ void pcnt_hook_plugins(void)
hook_it(SPU_playCDDAchannel);
}
+// hooked into recompiler
+void pcnt_gte_start(int op)
+{
+ pcnt_start(PCNT_GTE);
+}
+
+void pcnt_gte_end(int op)
+{
+ pcnt_end(PCNT_GTE);
+}
+
#endif