mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-28 02:34:19 -05:00
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
12 lines
241 B
JSON
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
|
|
}
|
|
]
|
|
}
|