fix(hm/scripts): game launch changes

Enable `ntsync`, AMD anti lag, enable Wayland by default.
This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2026-02-22 17:40:13 -03:00
parent cde6bdf08b
commit 232abf3975
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
3 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#!/bin/sh
# This script is to disable ntsync in case
# it brings up problems.
PROTON_NO_ESYNC=0
PROTON_NO_FSYNC=0
PROTON_USE_NTSYNC=0
~/.local/share/scripts/games/launch.sh "$@"