A tiny bit of menu reorganization. I jinxed myself by saying it was the final commit before release lol.

This commit is contained in:
Storm Dragon
2025-08-28 17:52:10 -04:00
parent e671e832e3
commit b4cedd2b6f
2 changed files with 12 additions and 16 deletions
+3 -11
View File
@@ -377,22 +377,14 @@ case "$GAME" in
"Wicked Quest")
run_native "wicked-quest" "wicked_quest.py"
;;
"Kitchen's Sink")
"Kitchensinc")
pushd "/home/stormux/.wine32/drive_c/Program Files/Kitchen's Sink"
if [[ "$(uname -m)" != "x86_64" ]]; then
WINEPREFIX=/home/stormux/.wine32 FEXBash -c "/home/stormux/.local/wine32/bin/wine gamemenu.exe"
else
WINEPREFIX=/home/stormux/.wine32 /home/stormux/.local/wine32/bin/wine gamemenu.exe
fi
WINEPREFIX=/home/stormux/.wine32 /home/stormux/.local/wine32/bin/wine gamemenu.exe
popd
;;
"Swamp")
pushd "/home/stormux/.wine32/drive_c/Program Files/swamp"
if [[ "$(uname -m)" != "x86_64" ]]; then
WINEPREFIX=/home/stormux/.wine32 FEXBash -c "/home/stormux/.local/wine32/bin/wine Swamp.exe"
else
WINEPREFIX=/home/stormux/.wine32 /home/stormux/.local/wine32/bin/wine Swamp.exe
fi
WINEPREFIX=/home/stormux/.wine32 /home/stormux/.local/wine32/bin/wine Swamp.exe
popd
;;
"Zombowl")