Skip to content
Hakim Boyles edited this page Jun 22, 2020 · 20 revisions

Create a file named push.ini in same directory as executable and save it as unicode (UTF-16LE). See https://github.com/Volkanite/Push/blob/master/resources/ini.txt

Here are some examples:

Examples

Global

[Settings]
FrameLimit=True

Per-Game

[Games]
C:\Steam\steamapps\common\SomeGame\SomeGame.exe=1
C:\Steam\steamapps\common\AnotherGame\AnotherGame.exe=2
[Game Settings]
(1).ForceVsync=FORCE_ON
(2).ForceVsync=FORCE_OFF

Clone this wiki locally