From: Jools Wills Date: Sat, 26 Nov 2016 04:25:15 +0000 (+0000) Subject: enable dynarec core - was hardcoded to off - fixes #78 X-Git-Tag: r24l~815^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e1ed6336087968fa9e7631f1a653210c2ce564;hp=--cc;p=pcsx_rearmed.git enable dynarec core - was hardcoded to off - fixes #78 --- 65e1ed6336087968fa9e7631f1a653210c2ce564 diff --git a/frontend/libretro.c b/frontend/libretro.c index f9be7567..44cb9747 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -1598,7 +1598,6 @@ void retro_init(void) if(!__ctr_svchax) Config.Cpu = CPU_INTERPRETER; #endif - Config.Cpu = CPU_INTERPRETER; ret |= emu_core_init(); if (ret != 0) {