Kyun (L.F.A.)
Kyun (L.F.A.)
I just realized, setting WAYLAND_DISPLAY to something other than gamescope's wayland display just runs the app without gamescope :/
Can also confirm this PR passed a few hours of OpenGL Linux native gaming.
@sharkautarch Oh wow yes, that was an embarrassing miss on my side, so sorry about that misdirect. I didn't realize at the moment I was writing my previous message that...
@sharkautarch Just the FYI, it no longer works on current git HEAD. I got it working by adding ``` if (!gamescopeSurface->isWayland()) { [insert_here] } ``` To the line `xcb::Prefetcher prefetcher(gamescopeSurface->connection,...