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:
29780ad
)
(Vita) Try to enable dynarec now
author
twinaphex
<libretro@gmail.com>
Sat, 6 Aug 2016 19:04:49 +0000
(21:04 +0200)
committer
twinaphex
<libretro@gmail.com>
Sat, 6 Aug 2016 19:04:49 +0000
(21:04 +0200)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
1cb1df9
..
b019cb1
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-124,8
+124,8
@@
else ifeq ($(platform), vita)
HAVE_NEON = 1
BUILTIN_GPU = neon
-
#
USE_DYNAREC = 1
-# DRC_CACHE_BASE = 0
+
USE_DYNAREC = 1
+ DRC_CACHE_BASE = 1
ARCH = arm
STATIC_LINKING = 1