Skip to content

Commit 48bd848

Browse files
committed
Update build.sh and workflows for GBAR3
1 parent 2b00d63 commit 48bd848

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.github/workflows/nightly.yml

+6
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,14 @@ jobs:
3535
wget https://github.com/wavemotion-dave/ColecoDS/releases/latest/download/ColecoDS.nds
3636
wget https://github.com/FluBBaOfWard/S8DS/releases/latest/download/S8DS.zip
3737
wget -O GBARunner2.nds https://github.com/unresolvedsymbol/GBARunner2-DSL-Enhanced/releases/download/v20201019-DSL_97447fe/GBARunner2_arm9dldi_ds.nds
38+
wget https://nightly.link/Gericom/GBARunner3/workflows/nightly/develop/GBARunner3.zip
39+
wget -O GBAR3-Frontend.nds https://github.com/flashcarts/gbar3-frontend/releases/latest/download/gbar3-frontend-AOS.nds
3840
wget https://github.com/Stewmath/GameYob/releases/download/v0.5.2/gameyob.zip
3941
wget https://github.com/DS-Homebrew/NesDS/releases/latest/download/nesDS.7z
42+
unzip GBARunner3.zip
43+
cp -r _gba ../out/acep
44+
cp -r _gba ../out/r4it
45+
cp -r _gba ../out/r4xx
4046
unzip gameyob.zip; rm gameyob_dsi.nds
4147
unzip S8DS.zip
4248
7z e nesDS.7z

.github/workflows/release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,14 @@ jobs:
3232
wget https://github.com/wavemotion-dave/ColecoDS/releases/latest/download/ColecoDS.nds
3333
wget https://github.com/FluBBaOfWard/S8DS/releases/latest/download/S8DS.zip
3434
wget -O GBARunner2.nds https://github.com/unresolvedsymbol/GBARunner2-DSL-Enhanced/releases/download/v20201019-DSL_97447fe/GBARunner2_arm9dldi_ds.nds
35+
wget https://nightly.link/Gericom/GBARunner3/workflows/nightly/develop/GBARunner3.zip
36+
wget -O GBAR3-Frontend.nds https://github.com/flashcarts/gbar3-frontend/releases/latest/download/gbar3-frontend-AOS.nds
3537
wget https://github.com/Stewmath/GameYob/releases/download/v0.5.2/gameyob.zip
3638
wget https://github.com/DS-Homebrew/NesDS/releases/latest/download/nesDS.7z
39+
unzip GBARunner3.zip
40+
cp -r _gba ../out/acep
41+
cp -r _gba ../out/r4it
42+
cp -r _gba ../out/r4xx
3743
unzip gameyob.zip; rm gameyob_dsi.nds
3844
unzip S8DS.zip
3945
7z e nesDS.7z

build.sh

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ cp -r out/flashcart_base/* out/acep/
4242
cp -r out/flashcart_base/* out/r4it/
4343
cp -r out/flashcart_base/* out/r4xx/
4444

45+
# copy flashcart specific moonshl2 reset files
46+
cp moonshell_210/reset_files/R4TF-ACEP.nds out/acep/moonshl2/resetmse/R4TF.nds
47+
cp moonshell_210/reset_files/R4TF-R4iLS.nds out/r4xx/moonshl2/resetmse/R4TF.nds
48+
4549
# copy flashcart specific files
4650
r4denc -k 0x4002 aos_base/aos_acep.nds out/acep/_ds_menu.dat
4751
r4denc -k 0x4002 aos_base/aos_r4it.nds out/r4it/_dsmenu.dat

0 commit comments

Comments
 (0)