win-capture: Add Hearthstone Deck Tracker to compatibility list

This commit is contained in:
Benedict Etzel
2026-06-10 23:39:47 +02:00
committed by Ryan Foster
parent 3bba730f76
commit 27ac23ef75
2 changed files with 30 additions and 2 deletions
@@ -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": ""
}
]
}
+2 -2
View File
@@ -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
}
]
}