Skip to content

DLSS 5 Swapper v1.0.0

Choose a tag to compare

@rakanki911 rakanki911 released this 29 Aug 23:52
· 10 commits to main since this release

First public release.

Download

File Size
DLSS5-Swapper-Setup-1.0.0.exe 213 MB Installer — shortcuts, clean uninstall, instant start
DLSS5-Swapper-1.0.0-portable.exe 213 MB Single file, no installation

Windows 10/11 64-bit and an NVIDIA RTX card. Everything is bundled — the DLSS 5 files, the RenoDX add-on and the ReShade Addon installer all ship inside the download. Nothing else to get, and the app makes no network requests.

Not code-signed, so SmartScreen shows "Windows protected your PC" on first run. Click More info → Run anyway.

What it does

Pick a game folder and it handles the rest:

  • Finds the real executable and its rendering API — three detection layers cover normal games, protected builds that load Direct3D at runtime (GTA V Enhanced), and engines that keep the renderer in a separate DLL (Control, Unity titles).
  • Upgrades every DLSS and Streamline DLL where it already lives, including the ones Unreal buries under Engine\Binaries\ThirdParty\NVIDIA\NGX\Win64.
  • Places the add-on correctlyrenodx-dlss5.addon64 and nvngx_dlssnr.dll next to the executable, which is the only place the add-on will load from.
  • Installs ReShade silently and verifies the add-on loader is really there. A game already running ReShade as a .asi gets that file upgraded in place instead of a second ReShade being added alongside it.
  • Backs up everything first. Restore originals puts every file back and removes what was added.

Interface is English and Arabic, switchable at any time.

Known limitations

  • The DLSS 5 add-on is DirectX 12 only.
  • The add-on targets ReShade API 18; an older ReShade already installed gets an optional in-place update.
  • A game under Program Files needs the app run as administrator — checked before anything is touched.