Skip to content

Commit 94fae34

Browse files
committed
workflow: remove nesDS dldi-patch step
1 parent 518096b commit 94fae34

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ jobs:
4343
unzip gameyob.zip; rm gameyob_dsi.nds
4444
unzip S8DS.zip S8DS.nds
4545
unzip NGPDS.zip NGPDS.nds
46-
# nesDS and gameyob need to be DLDI patched, they do not work from AOS directly
46+
# gameyob need to be DLDI patched, it does not work from AOS directly
4747
dlditool ../kernel/__rpg/game.dldi gameyob.nds
48-
dlditool ../kernel/__rpg/game.dldi nesDS.nds
4948
cp -r *.nds ../out/acep/__rpg/APP/
5049
cp -r *.nds ../out/r4it/__rpg/APP/
5150
cp -r *.nds ../out/r4xx/__rpg/APP/

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ jobs:
4040
unzip gameyob.zip; rm gameyob_dsi.nds
4141
unzip S8DS.zip S8DS.nds
4242
unzip NGPDS.zip NGPDS.nds
43-
# nesDS and gameyob need to be DLDI patched, they do not work from AOS directly
43+
# gameyob needs to be DLDI patched, it does not work from AOS directly
4444
dlditool ../kernel/__rpg/game.dldi gameyob.nds
45-
dlditool ../kernel/__rpg/game.dldi nesDS.nds
4645
cp -r *.nds ../out/acep/__rpg/APP/
4746
cp -r *.nds ../out/r4it/__rpg/APP/
4847
cp -r *.nds ../out/r4xx/__rpg/APP/

0 commit comments

Comments
 (0)