Enable Steam Controller detection on Steam Link

Fixes #697
This commit is contained in:
Cameron Gutman 2024-04-06 20:03:54 -05:00
parent 5e46c4ec2b
commit c6710f93dc

View file

@ -5,6 +5,10 @@
# pairing data will be lost each reboot.
HOME=/usr/local/moonlight
# Enable Steam Controller detection in SDL
# https://github.com/moonlight-stream/moonlight-qt/issues/697
export SDL_ENABLE_STEAM_CONTROLLERS=1
# Renice PE_Single_CPU which seems to host A/V stuff
renice -10 -p $(pidof PE_Single_CPU)