Quickly Toggle the DLSS Overlay
* Handle no DLSS support error * Small readability changes Authored-by: AlexZorzi<alexz@europlan.it> Co-authored-by: Watn3y <noaht@watn3y.de> |
||
---|---|---|
.gitignore | ||
DLSS_indicator_toggle.manifest | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md | ||
reg.go |
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"