enable dynarec core - was hardcoded to off - fixes #78
authorJools Wills <buzz@exotica.org.uk>
Sat, 26 Nov 2016 04:25:15 +0000 (04:25 +0000)
committerJools Wills <buzz@exotica.org.uk>
Sat, 26 Nov 2016 04:25:15 +0000 (04:25 +0000)
frontend/libretro.c

index f9be756..44cb974 100644 (file)
@@ -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) {