diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-06 20:31:59 -0500 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-06 20:31:59 -0500 |
| commit | 11e86aa9da41e3f19eded2eec3f046f08dd1c3da (patch) | |
| tree | e789fc9529d981a160dd8916135e5712956b0dc2 /defaults/assets/fgmod-uninstaller.sh | |
| parent | 160c95e2d39c32f6cb1e4601139e056350f35d29 (diff) | |
| download | Decky-Framegen-11e86aa9da41e3f19eded2eec3f046f08dd1c3da.tar.gz Decky-Framegen-11e86aa9da41e3f19eded2eec3f046f08dd1c3da.zip | |
committing to the bit
Diffstat (limited to 'defaults/assets/fgmod-uninstaller.sh')
| -rwxr-xr-x | defaults/assets/fgmod-uninstaller.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/defaults/assets/fgmod-uninstaller.sh b/defaults/assets/fgmod-uninstaller.sh index 7bff63a..dd5f198 100755 --- a/defaults/assets/fgmod-uninstaller.sh +++ b/defaults/assets/fgmod-uninstaller.sh @@ -79,13 +79,13 @@ echo "Resolved exe_folder_path: $exe_folder_path" >> /tmp/fgmod-uninstaller.log # Perform uninstallation rm -f "dlss-enabler.dll" "dxgi.dll" "nvngx-wrapper.dll" "_nvngx.dll" rm -f "dlssg_to_fsr3_amd_is_better.dll" "dlssg_to_fsr3_amd_is_better-3.0.dll" -rm -f "dlss-enabler-upscaler.dll" "nvngx.ini" "libxess.dll" +rm -f "dlss-enabler-upscaler.dll" "nvngx.ini" rm -f "d3dcompiler_47.dll" "amd_fidelityfx_dx12.dll" "amd_fidelityfx_vk.dll" rm -f "nvapi64.dll" "fakenvapi.ini" "OptiScaler.log" rm -f "dlss-enabler.log" "dlssg_to_fsr3.log" "fakenvapi.log" # Restore original DLLs if they exist -mv -f "libxess.dll.b" "libxess.dll" 2>/dev/null +mv -f "libxess.dll.b" "libxess.dll" 2>/dev/null # keeping this for legacy patched games to successfully revert changes with newer builds of plugin mv -f "d3dcompiler_47.dll.b" "d3dcompiler_47.dll" 2>/dev/null mv -f "amd_fidelityfx_dx12.dll.b" "amd_fidelityfx_dx12.dll" 2>/dev/null mv -f "amd_fidelityfx_vk.dll.b" "amd_fidelityfx_vk.dll" 2>/dev/null |
