Skip to content

Commit

Permalink
ReShade: Use setShaderDest to avoid overwriting ALTEXEPATH if defined
Browse files Browse the repository at this point in the history
May help with #1089
  • Loading branch information
sonic2kk committed Apr 21, 2024
1 parent a5984bb commit 258f156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion steamtinkerlaunch
Expand Up @@ -9578,7 +9578,8 @@ function installRSdll {
function installReshade {
if [ "$USERESHADE" -eq 1 ]; then
prepareReshadeFiles
setShadDestDir
# setShadDestDir
setShaderDest

INSTDESTDIR="$SHADDESTDIR"

Expand Down

0 comments on commit 258f156

Please sign in to comment.