aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authornotaz2010-11-21 21:44:49 +0200
committernotaz2010-11-21 21:44:49 +0200
commitf95a77f74f9608f9c63780fee20fcc5255042ac3 (patch)
tree5ecc649e3774e241d3f1910ce724ec635570271a /frontend
parent24385cae1780e77722b93a972cf7f4e906688490 (diff)
downloadpcsx_rearmed-f95a77f74f9608f9c63780fee20fcc5255042ac3.tar.gz
pcsx_rearmed-f95a77f74f9608f9c63780fee20fcc5255042ac3.tar.bz2
pcsx_rearmed-f95a77f74f9608f9c63780fee20fcc5255042ac3.zip
some drc integration work
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);