Allow device access for controllers

This commit is contained in:
Kevin Degeling 2023-06-14 17:23:39 +02:00
parent 1dc2867ad2
commit b4f0b4913b

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