This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//big thx to https://gist.github.com/zergon321/4914a1af6c3573df47d959b064811f11 | |
//use it for changing the refresh on a shadow pc to get high bandwidth on high refrehrate (60hz bandwidth bug) | |
package main | |
import ( | |
"bufio" | |
"fmt" | |
"os" | |
"syscall" | |
"unsafe" |