blacklist: add SteamVR's vrcompositor

Limiting frame rate in vrcompositor has catastrohpic consequences and it's not
something the user will ever see the HUD on. Every SteamVR user with a global
frame rate limit has to explicitly blacklist vrcompositor, so it's better to
have this upstream.
pull/998/head
Atemu 1 year ago committed by flightlessmango
parent 2918b6ef1b
commit 39080290a2

@ -29,6 +29,7 @@ static std::vector<std::string> blacklist {
"OriginThinSetupInternal.exe",
"steam",
"steamwebhelper",
"vrcompositor",
"gldriverquery",
"vulkandriverquery",
"Steam.exe",

Loading…
Cancel
Save