summaryrefslogtreecommitdiff
path: root/defaults/assets/fgmod.sh
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-09-16 13:23:42 -0400
committerGitHub <noreply@github.com>2025-09-16 13:23:42 -0400
commit3ddf071506e02b7580afe20684148cf345381c9d (patch)
treec0af68fb2bdfa6e2576f74a4735eb76fa89da445 /defaults/assets/fgmod.sh
parent76ee4ac8fc9cedf14b25a5053f5af2cad3754198 (diff)
parent03e8021d541c4c64c1003b0000cfe6fa45746ec4 (diff)
downloadDecky-Framegen-3ddf071506e02b7580afe20684148cf345381c9d.tar.gz
Decky-Framegen-3ddf071506e02b7580afe20684148cf345381c9d.zip
Merge pull request #134 from xXJSONDeruloXx/fsr4-dropin
feat: add int8 custom fsr dll, set opti ini to fsr4 true
Diffstat (limited to 'defaults/assets/fgmod.sh')
-rwxr-xr-xdefaults/assets/fgmod.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/defaults/assets/fgmod.sh b/defaults/assets/fgmod.sh
index 2e1e45b..d0b2070 100755
--- a/defaults/assets/fgmod.sh
+++ b/defaults/assets/fgmod.sh
@@ -32,6 +32,7 @@ else
if [[ "$arg" == *.exe ]]; then
[[ "$arg" == *"Cyberpunk 2077"* ]] && arg=${arg//REDprelauncher.exe/bin/x64/Cyberpunk2077.exe}
[[ "$arg" == *"Witcher 3"* ]] && arg=${arg//REDprelauncher.exe/bin/x64_dx12/witcher3.exe}
+ [[ "$arg" == *"Baldurs Gate 3"* ]] && arg=${arg//Launcher\/LariLauncher.exe/bin/bg3_dx11.exe}
[[ "$arg" == *"HITMAN 3"* ]] && arg=${arg//Launcher.exe/Retail/HITMAN3.exe}
[[ "$arg" == *"HITMAN World of Assassination"* ]] && arg=${arg//Launcher.exe/Retail/HITMAN3.exe}
[[ "$arg" == *"SYNCED"* ]] && arg=${arg//Launcher\/sop_launcher.exe/SYNCED.exe}