python312Packages.pueblo: 0.0.9 -> 0.0.10 (#361440)
[NixPkgs.git] / pkgs / by-name / ga / gamescope / shaders-path.patch
blobbbdaf21a2e6fbd147a21348eca482e684f91da72
1 diff --git a/src/reshade_effect_manager.cpp b/src/reshade_effect_manager.cpp
2 index 3597ca1..de45250 100644
3 --- a/src/reshade_effect_manager.cpp
4 +++ b/src/reshade_effect_manager.cpp
5 @@ -34,7 +34,7 @@ static std::string GetLocalUsrDir()
7 static std::string GetUsrDir()
9 - return "/usr";
10 + return "@out@";
13 static LogScope reshade_log("gamescope_reshade");