win-capture: Add option to adjust hook rate for game capture

This option slows down or speeds up the rate at which
the game capture plugin checks for a valid window.
This commit is contained in:
Tom Peeters committed 2018-09-13 19:35:37 +02:00
1 parent 6c42d07751
commit 6bbeaae02e
2 files changed
+59 -7

No files matched your search

@@ -22,4 +22,9 @@ GameCapture.CaptureOverlays="Capture third-party overlays (such as steam)"
GameCapture.AntiCheatHook="Use anti-cheat compatibility hook"
GameCapture.HotkeyStart="Capture foreground window"
GameCapture.HotkeyStop="Deactivate capture"
GameCapture.HookRate="Hook Rate"
GameCapture.HookRate.Slow="Slow"
GameCapture.HookRate.Normal="Normal (recommended)"
GameCapture.HookRate.Fast="Fast"
GameCapture.HookRate.Fastest="Fastest"
Mode="Mode"