mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
svp: convert asm to ual / apple gas
This commit is contained in:
parent
34e7fb0ba5
commit
f3fe3e5ba2
4 changed files with 37 additions and 40 deletions
|
@ -50,11 +50,11 @@ else ifeq ($(platform), ios)
|
|||
HAVE_NEON = 0
|
||||
USE_DYNAREC = 0
|
||||
|
||||
use_fame = 1
|
||||
use_cz80 = 1
|
||||
use_sh2mame = 1
|
||||
use_cyclone = 0
|
||||
use_fame = 1
|
||||
use_drz80 = 0
|
||||
use_cz80 = 1
|
||||
use_sh2mame = 0
|
||||
use_sh2drc = 1
|
||||
use_svpdrc = 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue