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:
abdcbf0
)
Fix build on CTR: CTR doesn't have neon
author
Yuxuan Shui
<yshuiv7@gmail.com>
Tue, 4 Apr 2017 02:32:00 +0000
(22:32 -0400)
committer
Yuxuan Shui
<yshuiv7@gmail.com>
Tue, 4 Apr 2017 02:43:38 +0000
(22:43 -0400)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
df1cec2
..
88a48f4
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-157,6
+157,7
@@
else ifeq ($(platform), ctr)
USE_DYNAREC = 1
DRC_CACHE_BASE = 1
ARCH = arm
+ HAVE_NEON = 0
STATIC_LINKING = 1