Skip to content

Commit

Permalink
vvvvvv not included in extras zip #15
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpndable committed Apr 4, 2023
1 parent 7bc7e73 commit 7a7302c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ core:

emu:
cd ./third-party/picoarch && make platform=miyoomini -j
# cd ./third-party/vvvvvv && make -j
cd ./third-party/vvvvvv && make -j
./bits/commits.sh > ./commits.txt

tools:
Expand Down Expand Up @@ -122,7 +122,7 @@ payload:
cp ./third-party/picoarch/output/mgba_libretro.so ./build/EXTRAS/Emus/SGB.pak/
cp ./third-party/picoarch/output/fake-08_libretro.so ./build/EXTRAS/Emus/P8.pak/
cp ./third-party/picoarch/output/nxengine_libretro.so "./build/EXTRAS/Roms/Native Games (SH)/Cave Story/"
# cp ./third-party/vvvvvv/vvvvvv "./build/EXTRAS/Roms/Native Games (SH)/VVVVVV/"
cp ./third-party/vvvvvv/vvvvvv "./build/EXTRAS/Roms/Native Games (SH)/VVVVVV/"
# cp -R ./bits/bootlogos/pak/. ./build/EXTRAS/Tools/Single-use/bootlogo.tmp
# cp ./third-party/logotweak/logomake/logomake ./build/EXTRAS/Tools/Single-use/bootlogo.tmp/
# cp ./third-party/logotweak/logowrite/logowrite ./build/EXTRAS/Tools/Single-use/bootlogo.tmp/
Expand Down

0 comments on commit 7a7302c

Please sign in to comment.