From ec253988202457b6aa5de5272b4f980d4219bed9 Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Sun, 10 May 2020 14:38:56 +0800 Subject: More core option fixes - This PR fixes core options and moves them to the related dynarec modes where they are implemented. LIGHTREC = relates to platforms that supports the new Lightrec mode NEW_DYNAREC = relates to previous dynarec implementation that is still used for some 32bit devices - Dynarec Recompiler core option, both dynarec implementation can be enabled or disabled --- libpcsxcore/new_dynarec/new_dynarec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore') diff --git a/libpcsxcore/new_dynarec/new_dynarec.h b/libpcsxcore/new_dynarec/new_dynarec.h index e7eb247..d196f59 100644 --- a/libpcsxcore/new_dynarec/new_dynarec.h +++ b/libpcsxcore/new_dynarec/new_dynarec.h @@ -1,4 +1,4 @@ -#define NEW_DYNAREC 1 +/* #define NEW_DYNAREC 1 */ extern int pcaddr; extern int pending_exception; -- cgit v1.2.3