An open API service indexing awesome lists of open source software.

https://github.com/djkcyl/dlss-indicator-toggle

A tiny ~140KB native Win32 tool to toggle NVIDIA DLSS on-screen indicator (ShowDlssIndicator registry value).
https://github.com/djkcyl/dlss-indicator-toggle

cpp dlss gaming nvidia nvidia-dlss registry registry-editor win32 windows

Last synced: 24 days ago
JSON representation

A tiny ~140KB native Win32 tool to toggle NVIDIA DLSS on-screen indicator (ShowDlssIndicator registry value).

Awesome Lists containing this project

README

          

# DLSS Indicator Toggle

NVIDIA DLSS has a hidden debug overlay that, when enabled, shows the active DLSS DLL version, render resolution, preset, DLSS-G frame generation ratio, Reflex status, and more in-game. This tool toggles it — essentially flipping one registry DWORD: `HKLM\SOFTWARE\NVIDIA Corporation\Global\NGXCore\ShowDlssIndicator`.

| Value | Effect |
|---|---|
| `0` / missing | Off |
| `1` | Green square (dev DLLs only) |
| `1024` | Full text overlay (SR/RR bottom-left + DLSS-G top) |

You can do this in regedit just as easily — this just saves creating the key by hand. 136 KB single exe, no dependencies.

## Usage

Download the exe from [Releases](../../releases), run it (requires admin, since it writes HKLM), restart your game.

## Build

Visual Studio 2022 with the C++ workload. Run `_build_msvc.bat`.

## License

MIT