Quickly Toggle the DLSS Overlay
Find a file
2022-08-18 14:21:22 +02: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 Handle no DLSS support error 2022-08-18 14:21:22 +02:00
README.md Create README.md 2022-08-18 11:34:56 +02:00
reg.go Handle no DLSS support error 2022-08-18 14:21:22 +02:00

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

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