X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin.c;h=6cde989c8a4f0e0386d3d3daed8fea58275b8a79;hp=d6aca8a53c7c1b1f52bf24649db6b7056a2416cb;hb=f95a77f74f9608f9c63780fee20fcc5255042ac3;hpb=14dffdb7a0457fc647103deafa5f1cac12e888fb diff --git a/frontend/plugin.c b/frontend/plugin.c index d6aca8a5..6cde989c 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);