Skip to content

Commit

Permalink
Updates VVVVVV port from 2.2 to 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tailtwo committed Apr 29, 2024
1 parent b52830a commit 11e77d0
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 47 deletions.
2 changes: 2 additions & 0 deletions Vvvvvv/Roms/PORTS/Games/VVVVVV/PLACE data.zip HERE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Place the data.zip file from an official installation ov VVVVVV in this folder.
https://thelettervsixtim.es/makeandplay/
Binary file added Vvvvvv/Roms/PORTS/Games/VVVVVV/VVVVVV
Binary file not shown.
12 changes: 12 additions & 0 deletions Vvvvvv/Roms/PORTS/Games/VVVVVV/_required_files.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/mnt/SDCARD/Roms/PORTS/Games/VVVVVV
├── PLACE data.zip HERE.txt
├── VVVVVV
└── lib
├── libEGL.so
├── libSDL2-2.0.so.0
├── libSDL2_image-2.0.so.0
├── libSDL2_mixer-2.0.so.0
├── libSDL2_ttf-2.0.so.0
├── libjson-c.so.5
├── libogg.so.0
└── libz.so.1
Binary file added Vvvvvv/Roms/PORTS/Games/VVVVVV/lib/libEGL.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Vvvvvv/Roms/PORTS/Games/VVVVVV/lib/libjson-c.so.5
Binary file not shown.
Binary file added Vvvvvv/Roms/PORTS/Games/VVVVVV/lib/libogg.so.0
Binary file not shown.
Binary file added Vvvvvv/Roms/PORTS/Games/VVVVVV/lib/libz.so.1
Binary file not shown.
Empty file.
29 changes: 0 additions & 29 deletions Vvvvvv/Roms/PORTS/Games/Vvvvvv/.vvvvvv/saves/unlock.vvv

This file was deleted.

1 change: 0 additions & 1 deletion Vvvvvv/Roms/PORTS/Games/Vvvvvv/PLACE data.zip HERE.txt

This file was deleted.

12 changes: 0 additions & 12 deletions Vvvvvv/Roms/PORTS/Games/Vvvvvv/_required_files.txt

This file was deleted.

Binary file removed Vvvvvv/Roms/PORTS/Games/Vvvvvv/libSDL-1.2.so.0
Binary file not shown.
Binary file removed Vvvvvv/Roms/PORTS/Games/Vvvvvv/vvv_sdl12
Binary file not shown.
File renamed without changes
Empty file removed Vvvvvv/Roms/PORTS/Manuals/.gitkeep
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@
# Standalone Ports Script Template

# main configuration :
GameName="Vvvvvv (Port)"
GameDir="Vvvvvv"
GameExecutable="vvv_sdl12"
GameDataFile=""
GameName="VVVVVV (Port)"
GameDir="VVVVVV"
GameExecutable="VVVVVV"
GameDataFile="data.zip"

# additional configuration
KillAudioserver=0
KillAudioserver=1
PerformanceMode=0

# specific to this port :
Arguments=""
export SDL_VIDEODRIVER=mmiyoo
export EGL_VIDEODRIVER=mmiyoo
export SDL_AUDIODRIVER=mmiyoo

# running command line :
/mnt/SDCARD/Emu/PORTS/launch_standalone.sh "$GameName" "$GameDir" "$GameExecutable" "$Arguments" "$GameDataFile" "$KillAudioserver" "$PerformanceMode"
Expand Down

0 comments on commit 11e77d0

Please sign in to comment.