Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 699 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 699 Bytes

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!