mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
Add dynarec support for PS3
This commit is contained in:
parent
0512a22869
commit
08be5f1dab
3 changed files with 31 additions and 4 deletions
|
@ -188,13 +188,9 @@ else ifneq (,$(filter $(platform), ps3 psl1ght))
|
|||
CFLAGS += -DFAMEC_NO_GOTOS -D__PS3__
|
||||
STATIC_LINKING = 1
|
||||
STATIC_LINKING_LINK = 1
|
||||
NO_MMAP = 1
|
||||
ifeq ($(platform), psl1ght)
|
||||
FLAGS += -D__PSL1GHT__
|
||||
endif
|
||||
# PS3 has memory mapped in a way not suitable for DRC
|
||||
use_sh2drc = 0
|
||||
use_svpdrc = 0
|
||||
|
||||
# PSP
|
||||
else ifeq ($(platform), psp1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue