mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
libretro, build fixes
This commit is contained in:
parent
b1ccc27109
commit
03718e6276
5 changed files with 71 additions and 19 deletions
|
@ -364,6 +364,10 @@ else ifeq ($(platform), emscripten)
|
|||
STATIC_LINKING = 1
|
||||
DONT_COMPILE_IN_ZLIB = 1
|
||||
|
||||
use_cyclone = 0
|
||||
use_fame = 1
|
||||
use_drz80 = 0
|
||||
use_cz80 = 1
|
||||
# GCW0
|
||||
else ifeq ($(platform), gcw0)
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue