Change gamescope to gamescope-old

This commit is contained in:
2024-05-29 19:54:55 -05:00
parent f7b3973bd5
commit 9da0f55452
6 changed files with 7 additions and 21 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/src/reshade_effect_manager.cpp b/src/reshade_effect_manager.cpp
index 3597ca1..de45250 100644
--- a/src/reshade_effect_manager.cpp
+++ b/src/reshade_effect_manager.cpp
@@ -34,7 +34,7 @@ static std::string GetLocalUsrDir()
static std::string GetUsrDir()
{
- return "/usr";
+ return "@out@";
}
static LogScope reshade_log("gamescope_reshade");