瀏覽代碼

win-capture: Add Zenless Zone Zero to compatibility list

Gol-D-Ace 1 年之前
父節點
當前提交
ce6f9a4742
共有 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

@@ -547,6 +547,20 @@
             "window_capture_wgc": false,
             "message": "Honkai: Star Rail may require OBS to be run as admin to use Game Capture.",
             "url": "https://obsproject.com/kb/game-capture-troubleshooting"
+        },
+        {
+            "name": "Zenless Zone Zero",
+            "translation_key": "Compatibility.GameCapture.Admin",
+            "severity": 1,
+            "executable": "ZenlessZoneZero.exe",
+            "window_class": "",
+            "window_title": "",
+            "match_flags": 1,
+            "game_capture": true,
+            "window_capture": false,
+            "window_capture_wgc": false,
+            "message": "Zenless Zone Zero 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": 3,
+    "version": 4,
     "files": [
         {
             "name": "compatibility.json",
-            "version": 3
+            "version": 4
         }
     ]
 }