├── .github └── workflows │ ├── README.md │ └── build-installer.yml ├── .gitignore ├── DLLSG mod ├── LICENSE.txt ├── READ ME.txt ├── dlssg_to_fsr3.ini ├── dlssg_to_fsr3_amd_is_better.dll └── nvngx.dll ├── DLSS Enabler Intro.rtf ├── DLSS enabler.iss ├── DLSS for AMD and Intel - License.rtf ├── Dll version ├── dlss-enabler.asi ├── dlss-enabler.log └── nvngx.ini ├── LICENSE ├── License (DLSS enabler).txt ├── NVIDIA Environment ├── dlss-finder.bin ├── dxgi.dll └── nvapi64-proxy.dll ├── Output └── here the setup bin will be stored.txt ├── README.md └── Readme (DLSS enabler).txt /.github/workflows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/.github/workflows/README.md -------------------------------------------------------------------------------- /.github/workflows/build-installer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/.github/workflows/build-installer.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/.gitignore -------------------------------------------------------------------------------- /DLLSG mod/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/DLLSG mod/LICENSE.txt -------------------------------------------------------------------------------- /DLLSG mod/READ ME.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/DLLSG mod/READ ME.txt -------------------------------------------------------------------------------- /DLLSG mod/dlssg_to_fsr3.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/DLLSG mod/dlssg_to_fsr3.ini -------------------------------------------------------------------------------- /DLLSG mod/dlssg_to_fsr3_amd_is_better.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/DLLSG mod/dlssg_to_fsr3_amd_is_better.dll -------------------------------------------------------------------------------- /DLLSG mod/nvngx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/DLLSG mod/nvngx.dll -------------------------------------------------------------------------------- /DLSS Enabler Intro.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/DLSS Enabler Intro.rtf -------------------------------------------------------------------------------- /DLSS enabler.iss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/DLSS enabler.iss -------------------------------------------------------------------------------- /DLSS for AMD and Intel - License.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/DLSS for AMD and Intel - License.rtf -------------------------------------------------------------------------------- /Dll version/dlss-enabler.asi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/Dll version/dlss-enabler.asi -------------------------------------------------------------------------------- /Dll version/dlss-enabler.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/Dll version/dlss-enabler.log -------------------------------------------------------------------------------- /Dll version/nvngx.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/Dll version/nvngx.ini -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/LICENSE -------------------------------------------------------------------------------- /License (DLSS enabler).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/License (DLSS enabler).txt -------------------------------------------------------------------------------- /NVIDIA Environment/dlss-finder.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/NVIDIA Environment/dlss-finder.bin -------------------------------------------------------------------------------- /NVIDIA Environment/dxgi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/NVIDIA Environment/dxgi.dll -------------------------------------------------------------------------------- /NVIDIA Environment/nvapi64-proxy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/NVIDIA Environment/nvapi64-proxy.dll -------------------------------------------------------------------------------- /Output/here the setup bin will be stored.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/README.md -------------------------------------------------------------------------------- /Readme (DLSS enabler).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artur-graniszewski/DLSS-Enabler/HEAD/Readme (DLSS enabler).txt --------------------------------------------------------------------------------