From 69af03a2c2fccc06cb836f42a10b490a48f29c15 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 9 Dec 2010 19:15:01 +0200 Subject: add OMAP layer, also preliminary menu, hud and input support --- libpcsxcore/new_dynarec/new_dynarec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libpcsxcore/new_dynarec') diff --git a/libpcsxcore/new_dynarec/new_dynarec.h b/libpcsxcore/new_dynarec/new_dynarec.h index 515de8b..6f0c74e 100644 --- a/libpcsxcore/new_dynarec/new_dynarec.h +++ b/libpcsxcore/new_dynarec/new_dynarec.h @@ -2,6 +2,7 @@ extern int pcaddr; extern int pending_exception; +extern int stop; void new_dynarec_init(); void new_dynarec_cleanup(); -- cgit v1.2.3