notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
006e9ad
)
android: solve "text segment is not shareable"
author
notaz
<notasas@gmail.com>
Mon, 7 Aug 2017 23:25:37 +0000
(
02:25
+0300)
committer
twinaphex
<libretro@gmail.com>
Fri, 18 Aug 2017 03:14:19 +0000
(
05:14
+0200)
Some asm is disabled and some performance is lost by this.
jni/Android.mk
patch
|
blob
|
blame
|
history
diff --git
a/jni/Android.mk
b/jni/Android.mk
index
492cfc9
..
54b9f06
100644
(file)
--- a/
jni/Android.mk
+++ b/
jni/Android.mk
@@
-38,15
+38,19
@@
ifeq ($(TARGET_ARCH),arm)
endif
use_cyclone = 1
- use_drz80 = 1
+
+ # texrels, -perf ~~8%
+ use_drz80 = 0
+ use_cz80 = 1
+
use_sh2drc = 1
use_svpdrc = 1
- asm_memory = 1
+# asm_memory = 1 # texrels, -perf negligible
asm_render = 1
- asm_ym2612 = 1
+# asm_ym2612 = 1 # texrels, -perf ~~4%
asm_misc = 1
- asm_cdmemory = 1
+# asm_cdmemory = 1 # texrels
asm_mix = 1
else
use_fame = 1