ryubing: gate x11 videodriver on linux (#417934)

This commit is contained in:
Aleksana
2025-06-22 18:11:34 +08:00
committed by GitHub
+1 -1
View File
@@ -96,7 +96,7 @@ buildDotnetModule rec {
"Ryujinx"
];
makeWrapperArgs = [
makeWrapperArgs = lib.optional stdenv.hostPlatform.isLinux [
# Without this Ryujinx fails to start on wayland. See https://github.com/Ryujinx/Ryujinx/issues/2714
"--set SDL_VIDEODRIVER x11"
];