mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-03-30 15:02:04 +00:00
Grant access to Gamescope socket for Steam Deck OLED
See https://github.com/flathub/org.DolphinEmu.dolphin-emu/pull/178 Bug only occurs on the OLED version. To replicate the error, install the Gamescope Flatpak, set renderer to Vulkan, launch a ROM in Game Mode, see error. This isn't an issue on the current runtime used but will be when the runtime is bumped (noticed on other recomps with newer runtimes), will PR the same to the others.
This commit is contained in:
parent
ab677e7661
commit
e4d73c7410
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