FrogTheFrog / gsync-toggle

App for Windows to toggle G-Sync via command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gsync-toggle Status

App for Windows to toggle G-Sync via command line.

How to use

Run the app in terminal for usage instruction, but in case you're lazy:

  Usage example:
    gsynctoggle status    prints the current G-Sync status. See below for possible status values.
    gsynctoggle 0         turns the G-Sync off.
    gsynctoggle 1         turns the G-Sync on for fullscreen mode only.
    gsynctoggle 2         turns the G-Sync on for fullscreen and windowed modes.

Credits

Thank you Sunshine project for a nice example on how to use the NvAPI!

About

App for Windows to toggle G-Sync via command line

License:GNU General Public License v3.0


Languages

Language:C++ 65.7%Language:CMake 34.3%