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 28, 2024
1 parent b52830a commit ee733f3
Show file tree
Hide file tree
Showing 18 changed files with 8 additions and 46 deletions.
File renamed without changes.
Binary file added Vvvvvv/Roms/PORTS/Games/VVVVVV/VVVVVV
Binary file not shown.
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.

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 ee733f3

Please sign in to comment.