Quickly Toggle the DLSS Overlay
Find a file
2023-01-21 02:51:06 +01:00
.gitignore First commit 2022-08-18 11:19:02 +02:00
DLSS_indicator_toggle.manifest Fix manifest 2022-08-18 11:39:12 +02:00
go.mod First commit 2022-08-18 11:19:02 +02:00
go.sum First commit 2022-08-18 11:19:02 +02:00
LICENSE Create LICENSE 2022-08-18 11:23:53 +02:00
main.go small text change 2022-08-18 14:52:23 +02:00
README.md Add Download link 2023-01-21 02:51:06 +01:00
reg.go Handle no DLSS support error (#1) 2022-08-18 14:47:29 +02:00

This is a basic utility to toggle the DLSS indicator overlay as described in this arcticle

How to use:

Grab the latest release from here and run it.

How to build:

  • Embed the manifest inside your binary

    go get github.com/akavel/rsrc
    rsrc -manifest DLSS_indicator_toggle.manifest -o rsrc.syso
    
  • Build your binary

      go build -ldflags="-H windowsgui"
    
Thanks to Aniums
Licensed under The Unlicense