mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-03-30 07:01:49 +00:00
Grant access to Gamescope socket for Steam Deck OLED
* See https://github.com/flathub/org.DolphinEmu.dolphin-emu/pull/178#issuecomment-1905194043 for more information * Bug only occurs on the Steam Deck OLED. To replicate the error, on a Steam Deck OLED, install the Flatpak, launch the recomp in Game Mode, see error. Gamescope Flatpak is primarily used for HDR in other Flatpaks (Dolphin, PrimeHack, Heroic, etc.). 
This commit is contained in:
parent
5e8695a157
commit
debb4e88a6
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@
|
|||
"--filesystem=host",
|
||||
"--filesystem=/media",
|
||||
"--filesystem=/run/media",
|
||||
"--filesystem=/mnt"
|
||||
"--filesystem=/mnt",
|
||||
"--filesystem=xdg-run/gamescope-0:ro"
|
||||
],
|
||||
"modules": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue