add OMAP layer, also preliminary menu, hud and input support
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / new_dynarec.h
index 8bb0dca..6f0c74e 100644 (file)
@@ -2,3 +2,8 @@
 
 extern int pcaddr;
 extern int pending_exception;
+extern int stop;
+
+void new_dynarec_init();
+void new_dynarec_cleanup();
+void new_dyna_start();