mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-08-23 06:29:17 -04:00
Grant access to Gamescope socket for Steam Deck OLED (#286)
* 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:
@@ -13,7 +13,8 @@
|
||||
"--filesystem=host",
|
||||
"--filesystem=/media",
|
||||
"--filesystem=/run/media",
|
||||
"--filesystem=/mnt"
|
||||
"--filesystem=/mnt",
|
||||
"--filesystem=xdg-run/gamescope-0:ro"
|
||||
],
|
||||
"modules": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user