Skip to content

Commit 4906fee

Browse files
committed
CI: fix melonDS build
1 parent 393c7e2 commit 4906fee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/waterbox-cores.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
working-directory: ./waterbox/
3131
run: git submodule update --init snes9x;
3232
git submodule update --init melon/melonDS;
33+
git submodule update --init melon/BizPlatform/faad2;
3334
git submodule update --init nyma/mednafen;
3435
git submodule update --init ares64/ares/thirdparty/angrylion-rdp;
3536
git submodule update --init gpgx/Genesis-Plus-GX;

waterbox/readme.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ It consists of a modified musl libc, and build scripts to tie it all together.
3333
* submodules/sameboy/libsameboy (required for new BSNES)
3434
* waterbox/mame-arcade/mame (required for MAME)
3535
* waterbox/melon/melonDS (required for melonDS)
36+
* waterbox/melon/BizPlatform/faad2 (required for melonDS)
3637
* waterbox/nyma/mednafen (required for all Nyma cores)
3738
* waterbox/snes9x (required for Snes9x)
3839
* waterbox/gpgx/Genesis-Plus-GX (required for gpgx)
@@ -41,7 +42,7 @@ It consists of a modified musl libc, and build scripts to tie it all together.
4142
* waterbox/dsda/core (required for dsda)
4243
* waterbox/opera/opera-libretro (required for opera)
4344
* waterbox/dosbox/dosbox-x (required for DOSBox-x)
44-
* none of these submodules need to be cloned recursively
45+
* most of these submodules do not need to be cloned recursively, except for dosbox-x.
4546

4647
3. Consider whether it is time to update your build environment (i.e. sudo apt-get upgrade). Build environment tools are generally best kept at the latest version, to ensure top performance for our users.
4748

0 commit comments

Comments
 (0)