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