X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin.c;h=e741a1ad1826708d1f8ed633439628c9c910a69a;hp=2492f4ae237eac2dfe3150a3e4b1f83f8e56898e;hb=82ed88ebe25a0312aab83623b5a983bd96f3d830;hpb=054175e91a93116649ea1802790cb842516a85dc diff --git a/frontend/plugin.c b/frontend/plugin.c index 2492f4ae..e741a1ad 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