Files
PabloandRyan Foster bcd53e2914 win-capture: Add Construct 3 window class to WGC match
Construct 3 games register a top-level window class named
"WindowsWebview2Wrapper" which does not contain "Chrome" or "Mozilla",
causing OBS automatic mode to use BitBlt instead of WGC, which results
in a black screen for Construct 3 games.

Add "WindowsWebview2Wrapper" to wgc_whole_match_classes and add
compatibility entries for window capture BitBlt and game capture
warnings.

Closes #13359
2026-08-24 16:16:27 -04:00

12 lines
241 B
JSON

{
"$schema": "schema/package-schema.json",
"url": "https://obsproject.com/obs2_update/win-capture/v1",
"version": 11,
"files": [
{
"name": "compatibility.json",
"version": 11
}
]
}