aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorJools Wills2016-11-26 04:25:15 +0000
committerJools Wills2016-11-26 04:25:15 +0000
commit65e1ed6336087968fa9e7631f1a653210c2ce564 (patch)
treeb994b5cf92b8c68e78d88f6e523f7cbea3a50833 /frontend
parent1aa232fb3eb8fdf2242d251bfd2770e4de1b2c37 (diff)
downloadpcsx_rearmed-65e1ed6336087968fa9e7631f1a653210c2ce564.tar.gz
pcsx_rearmed-65e1ed6336087968fa9e7631f1a653210c2ce564.tar.bz2
pcsx_rearmed-65e1ed6336087968fa9e7631f1a653210c2ce564.zip
enable dynarec core - was hardcoded to off - fixes #78
Diffstat (limited to 'frontend')
-rw-r--r--frontend/libretro.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/libretro.c b/frontend/libretro.c
index f9be756..44cb974 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) {