mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2025-03-03 06:00:59 +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
|
# We redirect the original ~/.config/gzdoom
|
||||||
- --env=DOOMWADDIR=/app/share/games/doom
|
- --env=DOOMWADDIR=/app/share/games/doom
|
||||||
- --persist=.config/gzdoom
|
- --persist=.config/gzdoom
|
||||||
|
|
||||||
|
# Controller support on SteamDeck and such
|
||||||
|
- --device=all
|
||||||
|
|
||||||
# Simpler way of preventing KDE related errors
|
# Simpler way of preventing KDE related errors
|
||||||
- --env=KDE_FULL_SESSION=false
|
- --env=KDE_FULL_SESSION=false
|
||||||
|
|
Loading…
Reference in a new issue