diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-06 13:49:17 -0500 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-06 13:49:17 -0500 |
| commit | d0ad40ee9e5996360e7975625f98308fb8fec07d (patch) | |
| tree | 7995441f724cec63240e3e8a94235a5da2590d6a /defaults | |
| parent | d7880f5629fd439821859f07c40d1b42fabf4a00 (diff) | |
| download | Decky-Framegen-d0ad40ee9e5996360e7975625f98308fb8fec07d.tar.gz Decky-Framegen-d0ad40ee9e5996360e7975625f98308fb8fec07d.zip | |
rm more xess refs
Diffstat (limited to 'defaults')
| -rwxr-xr-x | defaults/assets/fgmod.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/defaults/assets/fgmod.sh b/defaults/assets/fgmod.sh index bc81f8c..dc55101 100755 --- a/defaults/assets/fgmod.sh +++ b/defaults/assets/fgmod.sh @@ -63,7 +63,7 @@ if [[ -d $exe_folder_path ]]; then error_exit "No write permission to the game folder!" fi - original_dlls=("libxess.dll" "d3dcompiler_47.dll" "amd_fidelityfx_dx12.dll" "amd_fidelityfx_vk.dll") + original_dlls=("d3dcompiler_47.dll" "amd_fidelityfx_dx12.dll" "amd_fidelityfx_vk.dll") # Assume that the mod is not installed when dlss-enabler.dll is not present if [[ ! -f "$exe_folder_path/dlss-enabler.dll" ]]; then @@ -96,7 +96,6 @@ if [[ -d $exe_folder_path ]]; then cp -f "$mod_path/dlss-enabler-upscaler.dll" "$exe_folder_path" && cp -f "$mod_path/amd_fidelityfx_dx12.dll" "$exe_folder_path" && cp -f "$mod_path/amd_fidelityfx_vk.dll" "$exe_folder_path" && - cp -f "$mod_path/libxess.dll" "$exe_folder_path" && cp -f "$mod_path/d3dcompiler_47.dll" "$exe_folder_path" || error_exit "Couldn't copy Optiscaler files!" |
