aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin.c
diff options
context:
space:
mode:
authornotaz2011-08-01 23:22:04 +0300
committernotaz2011-08-01 23:32:21 +0300
commit19e57cbf170d1ce49f00097f3cc3a4ed96d77374 (patch)
treefcb7ab0c55a9c1d70e77ad42c495cc71c09ad6ee /frontend/plugin.c
parentf968d35dc0302f3fb7fba5a1bafb5feed1f758f6 (diff)
downloadpcsx_rearmed-19e57cbf170d1ce49f00097f3cc3a4ed96d77374.tar.gz
pcsx_rearmed-19e57cbf170d1ce49f00097f3cc3a4ed96d77374.tar.bz2
pcsx_rearmed-19e57cbf170d1ce49f00097f3cc3a4ed96d77374.zip
frontnd: pcnt: enable counters to avoid using ext tools
Diffstat (limited to 'frontend/plugin.c')
-rw-r--r--frontend/plugin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/plugin.c b/frontend/plugin.c
index cbb5558..7b0d301 100644
--- a/frontend/plugin.c
+++ b/frontend/plugin.c
@@ -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);