Merge pull request #54 from flathub/controller-support

Allow device access for controllers
This commit is contained in:
Eonfge 2023-06-14 17:37:36 +02:00 committed by GitHub
commit 336c1cb75c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,9 @@ finish-args:
# We redirect the original ~/.config/gzdoom
- --env=DOOMWADDIR=/app/share/games/doom
- --persist=.config/gzdoom
# Controller support on SteamDeck and such
- --device=all
# Simpler way of preventing KDE related errors
- --env=KDE_FULL_SESSION=false