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:
358a876
)
Use dynamic base address for 3ds too
author
Yuxuan Shui
<yshuiv7@gmail.com>
Tue, 29 Aug 2017 02:35:18 +0000
(22:35 -0400)
committer
Yuxuan Shui
<yshuiv7@gmail.com>
Tue, 29 Aug 2017 02:36:49 +0000
(22:36 -0400)
Fixes #125
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
88a48f4
..
e28955b
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-155,7
+155,7
@@
else ifeq ($(platform), ctr)
# CFLAGS += -DPCSX
# BUILTIN_GPU = unai
USE_DYNAREC = 1
- DRC_CACHE_BASE =
1
+ DRC_CACHE_BASE =
0
ARCH = arm
HAVE_NEON = 0