We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae5d91 commit defbd22Copy full SHA for defbd22
.github/workflows/compile.yml
@@ -18,6 +18,7 @@ jobs:
18
bdmstuff: ["EXFAT=0", "EXFAT=1", "EXFAT=1 MX4SIO=1"]
19
ds34: ["DS34=0", "DS34=1"]
20
mmce: ["MMCE=0", "MMCE=1"]
21
+ xfrom: ["XFROM=0", "XFROM=1"]
22
exclude:
23
- bdmstuff: "EXFAT=1 MX4SIO=1"
24
mmce: "MMCE=1"
Makefile
@@ -64,6 +64,7 @@ endif
64
ifeq ($(XFROM),1)
65
HAS_XFROM = -XFROM
66
EE_CFLAGS += -DXFROM
67
+ EE_OBJS += xfromman.o exflash.o
68
endif
69
70
ifeq ($(DS34),1)
0 commit comments