mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-25 00:42:22 -04:00
win-capture: Add Wuthering Waves to compatibility list
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user