diff options
author | notaz | 2010-11-21 21:44:49 +0200 |
---|---|---|
committer | notaz | 2010-11-21 21:44:49 +0200 |
commit | f95a77f74f9608f9c63780fee20fcc5255042ac3 (patch) | |
tree | 5ecc649e3774e241d3f1910ce724ec635570271a /frontend/plugin.c | |
parent | 24385cae1780e77722b93a972cf7f4e906688490 (diff) | |
download | pcsx_rearmed-f95a77f74f9608f9c63780fee20fcc5255042ac3.tar.gz pcsx_rearmed-f95a77f74f9608f9c63780fee20fcc5255042ac3.tar.bz2 pcsx_rearmed-f95a77f74f9608f9c63780fee20fcc5255042ac3.zip |
some drc integration work
Diffstat (limited to 'frontend/plugin.c')
-rw-r--r-- | frontend/plugin.c | 3 |
1 files changed, 3 insertions, 0 deletions
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); |