win-capture: Add Wuthering Waves to compatibility list

This commit is contained in:
Gol-D-Ace
2025-05-29 09:53:02 +02:00
committed by Ryan Foster
parent d92cb156fc
commit 9a4632ecb4
2 changed files with 16 additions and 2 deletions

View File

@@ -645,6 +645,20 @@
"window_capture_wgc": false,
"message": "Roblox cannot be captured using Game Capture. Use Window Capture or Display Capture instead.",
"url": ""
},
{
"name": "Wuthering Waves",
"translation_key": "Compatibility.GameCapture.Admin",
"severity": 1,
"executable": "Client-Win64-Shipping.exe",
"window_class": "",
"window_title": "Wuthering Waves",
"match_flags": 3,
"game_capture": true,
"window_capture": false,
"window_capture_wgc": false,
"message": "Wuthering Waves may require OBS to be run as admin to use Game Capture.",
"url": "https://obsproject.com/kb/game-capture-troubleshooting"
}
]
}

View File

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