aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/main.c')
-rw-r--r--frontend/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/main.c b/frontend/main.c
index 5f8fd5c..cb37bd7 100644
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -16,6 +16,7 @@
#include "main.h"
#include "plugin.h"
+#include "plugin_lib.h"
#include "pcnt.h"
#include "menu.h"
#include "../libpcsxcore/misc.h"
@@ -243,6 +244,8 @@ int main(int argc, char *argv[])
else
menu_loop();
+ pl_start_watchdog();
+
while (1)
{
psxCpu->Execute();