update waterbox build scripts/instructions to reflect vb move to nyma and new tic80 core

also undo a fuckup i did with nyma scripts, note $1 means param passed in command line
This commit is contained in:
CasualPokePlayer 2022-06-16 14:37:18 -07:00
parent e021e8bc66
commit cb3bd6af72
3 changed files with 13 additions and 12 deletions

View File

@ -8,6 +8,6 @@ cd libsnes && make -f Makefile $1 -j && cd -
cd melon && make -f Makefile $1 -j && cd -
cd picodrive && make -f Makefile $1 -j && cd -
cd snes9x && make -f Makefile $1 -j && cd -
cd tic80 && make -f Makefile $1 -j && cd -
cd uzem && make -f Makefile $1 -j && cd -
cd vb && make -f Makefile $1 -j && cd -
cd nyma && ./make-all-released-cores.sh $1 && cd -

View File

@ -1,13 +1,13 @@
#!/bin/sh
set -e
make -f turbo.mak $1 -j install
make -f hyper.mak $1 -j install
make -f ngp.mak $1 -j install
make -f faust.mak $1 -j install
make -f pcfx.mak $1 -j install
make -f ss.mak $1 -j install
make -f shock.mak $1 -j install
# make -f lynx.mak $1 -j install
make -f vb.mak $1 -j install
# make -f wswan.mak $1 -j install
make -f turbo.mak $1 -j
make -f hyper.mak $1 -j
make -f ngp.mak $1 -j
make -f faust.mak $1 -j
make -f pcfx.mak $1 -j
make -f ss.mak $1 -j
make -f shock.mak $1 -j
# make -f lynx.mak $1 -j
make -f vb.mak $1 -j
# make -f wswan.mak $1 -j

View File

@ -57,7 +57,8 @@ It consists of a modified musl libc, and build scripts to tie it all together.
cd nyma && make -f pcfx.mak install
cd nyma && make -f ss.mak install
cd nyma && make -f shock.mak install
cd nyma && make -f vb.mak install
cd picodrive && make install
cd snes9x && make install
cd tic80 && make install
cd uzem && make install
cd vb && make install