win-capture: Add Marvel Rivals to compatibility list (#11594)

This commit is contained in:
Gol-D-Ace
2024-12-08 19:25:11 +01:00
committed by GitHub
parent 0b2c85845e
commit fbf2ea1a82
2 changed files with 16 additions and 2 deletions
@@ -575,6 +575,20 @@
"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"
},
{
"name": "Marvel Rivals",
"translation_key": "Compatibility.GameCapture.Admin",
"severity": 1,
"executable": "Marvel-Win64-Shipping.exe",
"window_class": "",
"window_title": "",
"match_flags": 1,
"game_capture": true,
"window_capture": false,
"window_capture_wgc": false,
"message": "Marvel Rivals 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": 4,
"version": 5,
"files": [
{
"name": "compatibility.json",
"version": 4
"version": 5
}
]
}