mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
drc: revive x86 dynarec, support x86-64
This commit is contained in:
parent
91be5ebd10
commit
898d51a7fd
10 changed files with 285 additions and 123 deletions
|
@ -52,6 +52,7 @@ ifeq ($(platform), unix)
|
|||
SHARED := -shared
|
||||
DONT_COMPILE_IN_ZLIB = 1
|
||||
CFLAGS += -DFAMEC_NO_GOTOS
|
||||
use_sh2drc = 1
|
||||
|
||||
# Portable Linux
|
||||
else ifeq ($(platform), linux-portable)
|
||||
|
@ -62,6 +63,7 @@ else ifeq ($(platform), linux-portable)
|
|||
LIBM :=
|
||||
DONT_COMPILE_IN_ZLIB = 1
|
||||
CFLAGS += -DFAMEC_NO_GOTOS
|
||||
use_sh2drc = 1
|
||||
|
||||
# OS X
|
||||
else ifeq ($(platform), osx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue