mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-16 23:10:13 +00:00
fix(linux): use correct value for AMD_DEBUG environment variable (#3115)
This commit is contained in:
parent
0f40a092de
commit
697e877070
@ -925,7 +925,7 @@ namespace platf {
|
||||
init() {
|
||||
// enable low latency mode for AMD
|
||||
// https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30039
|
||||
set_env("AMD_DEBUG", "lowlatency");
|
||||
set_env("AMD_DEBUG", "lowlatencyenc");
|
||||
|
||||
// These are allowed to fail.
|
||||
gbm::init();
|
||||
|
Loading…
Reference in New Issue
Block a user