frontnd: pcnt: enable counters to avoid using ext tools
[pcsx_rearmed.git] / frontend / plugin.c
index cbb5558..7b0d301 100644 (file)
@@ -271,8 +271,7 @@ pc_hook_func              (SPU_playCDDAchannel, (short *a0, int a1), (a0, a1), P
 
 void pcnt_hook_plugins(void)
 {
-       /* test it first */
-       pcnt_get();
+       pcnt_init();
 
        hook_it(GPU_writeStatus);
        hook_it(GPU_writeData);