File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 1919 run : |
2020 chmod +x build.sh
2121 ./build.sh
22- - name : Install p7zip for nesDS
23- run : |
24- sudo apt update
25-
2622 - name : Download other applications
2723 run : |
2824 mkdir -p extras_external
4541 cp -r _gba ../out/ex4ds
4642 unzip gameyob.zip; rm gameyob_dsi.nds
4743 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
4945 dlditool ../kernel/__rpg/game.dldi gameyob.nds
46+ dlditool ../kernel/__rpg/game.dldi nesDS.nds
5047 cp -r *.nds ../out/acep/__rpg/APP/
5148 cp -r *.nds ../out/r4it/__rpg/APP/
5249 cp -r *.nds ../out/r4xx/__rpg/APP/
Original file line number Diff line number Diff line change 1616 run : |
1717 chmod +x build.sh
1818 ./build.sh
19- - name : Install p7zip for nesDS
20- run : |
21- sudo apt update
22- sudo apt install p7zip-full -y
23-
2419 - name : Download other applications
2520 run : |
2621 mkdir -p extras_external
4439 unzip gameyob.zip; rm gameyob_dsi.nds
4540 unzip S8DS.zip
4641 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
4843 dlditool ../kernel/__rpg/game.dldi gameyob.nds
44+ dlditool ../kernel/__rpg/game.dldi nesDS.nds
4945 cp -r *.nds ../out/acep/__rpg/APP/
5046 cp -r *.nds ../out/r4it/__rpg/APP/
5147 cp -r *.nds ../out/r4xx/__rpg/APP/
You can’t perform that action at this time.
0 commit comments