File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,14 @@ jobs:
30
30
wget https://files.deletecat.com/GBARunner3-hicode.zip
31
31
wget -O GBAR3-Frontend.nds https://github.com/flashcarts/gbar3-frontend/releases/download/v0.9.0-fcnet2/gbar3-frontend-AOS.nds
32
32
wget https://github.com/Stewmath/GameYob/releases/download/v0.5.2/gameyob.zip
33
- wget https://github.com/DS-Homebrew/NesDS/releases/latest/download/nesDS.7z
33
+ wget https://github.com/DS-Homebrew/NesDS/releases/latest/download/nesDS.nds
34
34
unzip GBARunner3-hicode.zip
35
35
cp -r _gba ../out/acep
36
36
cp -r _gba ../out/r4it
37
37
cp -r _gba ../out/r4xx
38
38
cp -r _gba ../out/ex4ds
39
39
unzip gameyob.zip; rm gameyob_dsi.nds
40
40
unzip S8DS.zip
41
- 7z e nesDS.7z
42
41
# nesDS and gameyob need to be DLDI patched, they do not work from AOS directly
43
42
dlditool ../kernel/__rpg/game.dldi gameyob.nds
44
43
dlditool ../kernel/__rpg/game.dldi nesDS.nds
You can’t perform that action at this time.
0 commit comments