File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 22
22
- name : Install p7zip for nesDS
23
23
run : |
24
24
sudo apt update
25
- sudo apt install p7zip-full -y
26
25
27
26
- name : Download other applications
28
27
run : |
@@ -38,15 +37,14 @@ jobs:
38
37
wget https://files.deletecat.com/GBARunner3-hicode.zip
39
38
wget -O GBAR3-Frontend.nds https://github.com/flashcarts/gbar3-frontend/releases/download/v0.9.0-fcnet2/gbar3-frontend-AOS.nds
40
39
wget https://github.com/Stewmath/GameYob/releases/download/v0.5.2/gameyob.zip
41
- wget https://github.com/DS-Homebrew/NesDS/releases/latest/download/nesDS.7z
40
+ wget https://github.com/DS-Homebrew/NesDS/releases/latest/download/nesDS.nds
42
41
unzip GBARunner3-hicode.zip
43
42
cp -r _gba ../out/acep
44
43
cp -r _gba ../out/r4it
45
44
cp -r _gba ../out/r4xx
46
45
cp -r _gba ../out/ex4ds
47
46
unzip gameyob.zip; rm gameyob_dsi.nds
48
47
unzip S8DS.zip
49
- 7z e nesDS.7z
50
48
# for whatever reason this needs to be DLDI patched, doesn't want to work from AOS directly
51
49
dlditool ../kernel/__rpg/game.dldi gameyob.nds
52
50
cp -r *.nds ../out/acep/__rpg/APP/
You can’t perform that action at this time.
0 commit comments