From 87cc59de47301ff0a2e71b5ece28447ec77b0153 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 9 Feb 2020 14:12:16 +0100 Subject: (Android) Aarch64/x86/x64 now has lightrec support --- libpcsxcore/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/misc.c') diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index 82e6b8b..56b7552 100644 --- a/libpcsxcore/misc.c +++ b/libpcsxcore/misc.c @@ -750,7 +750,7 @@ int RecvPcsxInfo() { NET_recvData(&Config.Cpu, sizeof(Config.Cpu), PSE_NET_BLOCKING); if (tmp != Config.Cpu) { psxCpu->Shutdown(); -#ifdef PSXREC +#if defined(NEW_DYNAREC) || defined(LIGHTREC) if (Config.Cpu == CPU_INTERPRETER) psxCpu = &psxInt; else psxCpu = &psxRec; #else -- cgit v1.2.3