From 9a4632ecb4e2fd690230f73d6c3132ed93de11e2 Mon Sep 17 00:00:00 2001 From: Gol-D-Ace Date: Thu, 29 May 2025 09:53:02 +0200 Subject: [PATCH] win-capture: Add Wuthering Waves to compatibility list --- plugins/win-capture/data/compatibility.json | 14 ++++++++++++++ plugins/win-capture/data/package.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/plugins/win-capture/data/compatibility.json b/plugins/win-capture/data/compatibility.json index 67f5b19ab..76c93c8ca 100644 --- a/plugins/win-capture/data/compatibility.json +++ b/plugins/win-capture/data/compatibility.json @@ -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" } ] } diff --git a/plugins/win-capture/data/package.json b/plugins/win-capture/data/package.json index 0d7725b92..12179562a 100644 --- a/plugins/win-capture/data/package.json +++ b/plugins/win-capture/data/package.json @@ -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 } ] }