mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix: also export LIBGL_KOPPER_DRI2=1 on zink (#5222)
This commit is contained in:
commit
696039e1ce
1 changed files with 1 additions and 0 deletions
|
|
@ -736,6 +736,7 @@ QProcessEnvironment MinecraftInstance::createLaunchEnvironment()
|
|||
env.insert("__GLX_VENDOR_LIBRARY_NAME", "mesa");
|
||||
env.insert("MESA_LOADER_DRIVER_OVERRIDE", "zink");
|
||||
env.insert("GALLIUM_DRIVER", "zink");
|
||||
env.insert("LIBGL_KOPPER_DRI2", "1");
|
||||
}
|
||||
#endif
|
||||
return env;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue