File tree 2 files changed +4
-11
lines changed
2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 19
19
run : |
20
20
chmod +x build.sh
21
21
./build.sh
22
- - name : Install p7zip for nesDS
23
- run : |
24
- sudo apt update
25
-
26
22
- name : Download other applications
27
23
run : |
28
24
mkdir -p extras_external
45
41
cp -r _gba ../out/ex4ds
46
42
unzip gameyob.zip; rm gameyob_dsi.nds
47
43
unzip S8DS.zip
48
- # for whatever reason this needs to be DLDI patched, doesn't want to work from AOS directly
44
+ # nesDS and gameyob need to be DLDI patched, they do not work from AOS directly
49
45
dlditool ../kernel/__rpg/game.dldi gameyob.nds
46
+ dlditool ../kernel/__rpg/game.dldi nesDS.nds
50
47
cp -r *.nds ../out/acep/__rpg/APP/
51
48
cp -r *.nds ../out/r4it/__rpg/APP/
52
49
cp -r *.nds ../out/r4xx/__rpg/APP/
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
23
-
24
19
- name : Download other applications
25
20
run : |
26
21
mkdir -p extras_external
44
39
unzip gameyob.zip; rm gameyob_dsi.nds
45
40
unzip S8DS.zip
46
41
7z e nesDS.7z
47
- # for whatever reason this needs to be DLDI patched, doesn't want to work from AOS directly
42
+ # nesDS and gameyob need to be DLDI patched, they do not work from AOS directly
48
43
dlditool ../kernel/__rpg/game.dldi gameyob.nds
44
+ dlditool ../kernel/__rpg/game.dldi nesDS.nds
49
45
cp -r *.nds ../out/acep/__rpg/APP/
50
46
cp -r *.nds ../out/r4it/__rpg/APP/
51
47
cp -r *.nds ../out/r4xx/__rpg/APP/
You can’t perform that action at this time.
0 commit comments