mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-14 10:21:09 +00:00
feat(session-select): Add support for OpenGamepadUI
This commit is contained in:
parent
e4fe829b25
commit
502872d8dd
@ -6,7 +6,7 @@ Summary: Gamescope session for OpenGamepadUI
|
||||
URL: https://github.com/ublue-os/bazzite
|
||||
|
||||
License: GPLv3
|
||||
Source: https://github.com/ShadowBlip/OpenGamepadUI-session/archive/refs/heads/main.tar.gz
|
||||
Source: https://github.com/ShadowBlip/gamescope-session-opengamepadui/archive/refs/heads/main.tar.gz
|
||||
Patch0: session-select.patch
|
||||
BuildArch: noarch
|
||||
|
||||
|
@ -104,6 +104,9 @@ case "$session" in
|
||||
session_launcher="gamescope-session.desktop"
|
||||
create_sentinel=1
|
||||
;;
|
||||
opengamepadui)
|
||||
session_launcher="gamescope-session-opengamepadui.desktop"
|
||||
;;
|
||||
*)
|
||||
echo >&2 "!! Unrecognized session '$session'"
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user