scripts: move the steam game launch script to 'games'

This is because the script does not have anything specific to Proton
anymore or Wine for that matter, so we can use this as a handy tool to
open any games.
This commit is contained in:
Alexandre Cavalheiro 2024-05-02 17:24:32 -03:00
parent f4e2565099
commit 99d4fa1a27
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 0 additions and 11 deletions

View file

@ -1,11 +0,0 @@
#!/bin/sh
export MANGOHUD=1
# https://docs.mesa3d.org/envvars.html
export MESA_NO_DITHER=1 # Disables dither
export MESA_BACK_BUFFER=pixmap # For X only
export DXVK_ASYNC=1
gamemoderun "$@"