aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/config.h2
-rw-r--r--frontend/plugin.c3
2 files changed, 4 insertions, 1 deletions
diff --git a/frontend/config.h b/frontend/config.h
index b11f75d..e8b255d 100644
--- a/frontend/config.h
+++ b/frontend/config.h
@@ -1,5 +1,5 @@
#define MAXPATHLEN 256
-#define NOPSXREC
+//#define NOPSXREC
#define __LINUX__
#define PACKAGE_NAME "pcsx"
#define PACKAGE_VERSION "1.9"
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);