aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
diff options
context:
space:
mode:
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 550242a..3344819 100644
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -20,6 +20,7 @@
#include "pcnt.h"
#include "menu.h"
#include "../libpcsxcore/misc.h"
+#include "../libpcsxcore/new_dynarec/new_dynarec.h"
#include "../plugins/cdrcimg/cdrcimg.h"
#include "common/plat.h"
#include "common/input.h"
@@ -253,6 +254,7 @@ int main(int argc, char *argv[])
while (1)
{
+ stop = 0;
psxCpu->Execute();
menu_loop();
}