Преглед на файлове

win-capture: Add Wuthering Waves to compatibility list

Gol-D-Ace преди 4 месеца
родител
ревизия
9a4632ecb4
променени са 2 файла, в които са добавени 16 реда и са изтрити 2 реда
  1. 14 0
      plugins/win-capture/data/compatibility.json
  2. 2 2
      plugins/win-capture/data/package.json

+ 14 - 0
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"
         }
     ]
 }

+ 2 - 2
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
         }
     ]
 }