DLSS-indicator-toggle/README.md
2022-08-18 11:34:56 +02:00

535 B

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