aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
diff options
context:
space:
mode:
authornotaz2010-11-19 19:22:13 +0200
committernotaz2010-11-19 19:22:13 +0200
commit14dffdb7a0457fc647103deafa5f1cac12e888fb (patch)
treedb0b1a22f9beaaf535ebab0e0fda6d795055d3a4 /frontend/main.c
parentb60f2812208aa36dc8b9e8e90f02b608dafd0c00 (diff)
downloadpcsx_rearmed-14dffdb7a0457fc647103deafa5f1cac12e888fb.tar.gz
pcsx_rearmed-14dffdb7a0457fc647103deafa5f1cac12e888fb.tar.bz2
pcsx_rearmed-14dffdb7a0457fc647103deafa5f1cac12e888fb.zip
basic profiling
Diffstat (limited to 'frontend/main.c')
-rw-r--r--frontend/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/main.c b/frontend/main.c
index e36ad48..884b617 100644
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -14,6 +14,7 @@
#include <unistd.h>
#include "plugin.h"
+#include "pcnt.h"
#include "../gui/Linux.h"
#include "../libpcsxcore/misc.h"
@@ -192,6 +193,7 @@ int main(int argc, char *argv[])
SysMessage("Failed loading plugins!");
return 1;
}
+ pcnt_hook_plugins();
if (OpenPlugins() == -1) {
return 1;