mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-13 11:16:10 +00:00
Fix AMD vendor ID
This commit is contained in:
@@ -421,7 +421,7 @@ bool DXVA2Renderer::isDecoderBlacklisted()
|
||||
result = false;
|
||||
}
|
||||
}
|
||||
else if (id.VendorId == 0x1DA2) {
|
||||
else if (id.VendorId == 0x1002) {
|
||||
// AMD doesn't seem to do hybrid acceleration?
|
||||
result = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user