notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aa232f
)
enable dynarec core - was hardcoded to off - fixes #78
author
Jools Wills
<buzz@exotica.org.uk>
Sat, 26 Nov 2016 04:25:15 +0000
(
04:25
+0000)
committer
Jools Wills
<buzz@exotica.org.uk>
Sat, 26 Nov 2016 04:25:15 +0000
(
04:25
+0000)
frontend/libretro.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/libretro.c
b/frontend/libretro.c
index
f9be756
..
44cb974
100644
(file)
--- 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) {