aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin.c
diff options
context:
space:
mode:
authornotaz2010-12-07 12:45:07 +0200
committernotaz2010-12-14 15:25:04 +0200
commitfa9cfe0a7ff390f15bfdc6add7e57841173d1954 (patch)
tree13308847990df618f760feaf4fd1e0783211dbe7 /frontend/plugin.c
parentae602c19f527fbc1f44cdb744cf824d04b8eceb1 (diff)
downloadpcsx_rearmed-fa9cfe0a7ff390f15bfdc6add7e57841173d1954.tar.gz
pcsx_rearmed-fa9cfe0a7ff390f15bfdc6add7e57841173d1954.tar.bz2
pcsx_rearmed-fa9cfe0a7ff390f15bfdc6add7e57841173d1954.zip
make PCNT stuff optional
Diffstat (limited to 'frontend/plugin.c')
-rw-r--r--frontend/plugin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/plugin.c b/frontend/plugin.c
index 6cde989..bcf3885 100644
--- a/frontend/plugin.c
+++ b/frontend/plugin.c
@@ -199,6 +199,8 @@ void *plugin_link(enum builtint_plugins_e id, const char *sym)
return NULL;
}
+#ifdef PCNT
+
/* basic profile stuff */
#include "pcnt.h"
@@ -275,3 +277,4 @@ void pcnt_hook_plugins(void)
hook_it(SPU_playCDDAchannel);
}
+#endif