From 7a7302c1010b328cbfd2d7e1cc49f7bb618cb51c Mon Sep 17 00:00:00 2001 From: Xpndable Date: Tue, 4 Apr 2023 21:08:07 +1000 Subject: [PATCH] vvvvvv not included in extras zip #15 --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 6c858e3..c76551c 100644 --- a/makefile +++ b/makefile @@ -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: @@ -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/