mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
android: solve "text segment is not shareable"
Some asm is disabled and some performance is lost by this.
This commit is contained in:
parent
ae7830aae1
commit
20a10d3ed9
2 changed files with 9 additions and 5 deletions
|
@ -34,15 +34,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue