Added Steam for x86_64 systems.

This commit is contained in:
Storm Dragon
2025-07-17 12:49:20 -04:00
parent 99821e3fbf
commit 964ebe0f90
3 changed files with 50 additions and 2 deletions
+4
View File
@@ -302,6 +302,10 @@ case "$GAME" in
"SoundRTS")
run_native "SoundRTS" "soundrts.py"
;;
"Steam")
orca &
exec steam -bigpicture
;;
"Super Egg Hunt")
run_wine "super egg hunt" "superegghunt.exe"
;;