File tree 3 files changed +16
-0
lines changed
3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 35
35
wget https://github.com/wavemotion-dave/ColecoDS/releases/latest/download/ColecoDS.nds
36
36
wget https://github.com/FluBBaOfWard/S8DS/releases/latest/download/S8DS.zip
37
37
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
38
40
wget https://github.com/Stewmath/GameYob/releases/download/v0.5.2/gameyob.zip
39
41
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
40
46
unzip gameyob.zip; rm gameyob_dsi.nds
41
47
unzip S8DS.zip
42
48
7z e nesDS.7z
Original file line number Diff line number Diff line change 32
32
wget https://github.com/wavemotion-dave/ColecoDS/releases/latest/download/ColecoDS.nds
33
33
wget https://github.com/FluBBaOfWard/S8DS/releases/latest/download/S8DS.zip
34
34
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
35
37
wget https://github.com/Stewmath/GameYob/releases/download/v0.5.2/gameyob.zip
36
38
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
37
43
unzip gameyob.zip; rm gameyob_dsi.nds
38
44
unzip S8DS.zip
39
45
7z e nesDS.7z
Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ cp -r out/flashcart_base/* out/acep/
42
42
cp -r out/flashcart_base/* out/r4it/
43
43
cp -r out/flashcart_base/* out/r4xx/
44
44
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
+
45
49
# copy flashcart specific files
46
50
r4denc -k 0x4002 aos_base/aos_acep.nds out/acep/_ds_menu.dat
47
51
r4denc -k 0x4002 aos_base/aos_r4it.nds out/r4it/_dsmenu.dat
You can’t perform that action at this time.
0 commit comments