mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-28 17:42:28 +08:00
win-capture: Add Hearthstone Deck Tracker to compatibility list
This commit is contained in:
committed by
Ryan Foster
parent
3bba730f76
commit
27ac23ef75
@@ -659,6 +659,34 @@
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"name": "Hearthstone Deck Tracker",
|
||||
"translation_key": "Compatibility.WindowCapture.BitBlt",
|
||||
"severity": 1,
|
||||
"executable": "HearthstoneDeckTracker.exe",
|
||||
"window_class": "",
|
||||
"window_title": "HearthstoneOverlay",
|
||||
"match_flags": 3,
|
||||
"game_capture": false,
|
||||
"window_capture": true,
|
||||
"window_capture_wgc": false,
|
||||
"message": "Hearthstone Deck Tracker can not be captured by using the selected Capture Method (BitBlt).",
|
||||
"url": ""
|
||||
},
|
||||
{
|
||||
"name": "Hearthstone Deck Tracker",
|
||||
"translation_key": "Compatibility.GameCapture.Blocked",
|
||||
"severity": 1,
|
||||
"executable": "HearthstoneDeckTracker.exe",
|
||||
"window_class": "",
|
||||
"window_title": "HearthstoneOverlay",
|
||||
"match_flags": 3,
|
||||
"game_capture": true,
|
||||
"window_capture": false,
|
||||
"window_capture_wgc": false,
|
||||
"message": "Hearthstone Deck Tracker cannot be captured using Game Capture. Use Window Capture or Display Capture instead.",
|
||||
"url": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"$schema": "schema/package-schema.json",
|
||||
"url": "https://obsproject.com/obs2_update/win-capture/v1",
|
||||
"version": 9,
|
||||
"version": 10,
|
||||
"files": [
|
||||
{
|
||||
"name": "compatibility.json",
|
||||
"version": 9
|
||||
"version": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user