win-capture: Add Zenless Zone Zero to compatibility list

This commit is contained in:
Gol-D-Ace
2024-07-24 17:17:46 +02:00
committed by Ryan Foster
parent 5854f3b9e5
commit ce6f9a4742
2 changed files with 16 additions and 2 deletions
@@ -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
View File
@@ -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
}
]
}