diff options
Diffstat (limited to 'frontend/plugin.c')
-rw-r--r-- | frontend/plugin.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/plugin.c b/frontend/plugin.c index d6aca8a..6cde989 100644 --- a/frontend/plugin.c +++ b/frontend/plugin.c @@ -253,6 +253,9 @@ pc_hook_func (SPU_playCDDAchannel, (short *a0, int a1), (a0, a1), P void pcnt_hook_plugins(void) { + /* test it first */ + pcnt_get(); + hook_it(GPU_writeStatus); hook_it(GPU_writeData); hook_it(GPU_writeDataMem); |