File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 16
16
run : |
17
17
chmod +x build.sh
18
18
./build.sh
19
+ - name : Install p7zip for nesDS
20
+ run : |
21
+ sudo apt update
22
+ sudo apt install p7zip-full -y
19
23
20
24
- name : Download other applications
21
25
run : |
31
35
wget https://bitbucket.org/Coto88/snemulds/raw/e46406cc3c9fac986e6fb82cd859954ae15bde6c/release/snemul.cfg
32
36
wget -O GBARunner2.nds https://github.com/unresolvedsymbol/GBARunner2-DSL-Enhanced/releases/download/v20201019-DSL_97447fe/GBARunner2_arm9dldi_ds.nds
33
37
wget https://github.com/Stewmath/GameYob/releases/download/v0.5.2/gameyob.zip
38
+ wget https://github.com/DS-Homebrew/NesDS/releases/latest/download/nesDS.7z
34
39
unzip gameyob.zip; rm gameyob_dsi.nds
35
40
unzip S8DS.zip
41
+ 7z e nesDS.7z
36
42
# for whatever reason this needs to be DLDI patched, doesn't want to work from AOS directly
37
43
dlditool ../kernel/__rpg/game.dldi gameyob.nds
38
44
cp -r *.nds ../out/acep/__rpg/APP/
You can’t perform that action at this time.
0 commit comments