mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2025-01-31 17:55:38 +00:00
Merge pull request #54 from flathub/controller-support
Allow device access for controllers
This commit is contained in:
commit
336c1cb75c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue