mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-18 10:32:38 +00:00
Fix AMD vendor ID
This commit is contained in:
parent
48d5a7fb51
commit
e250e08242
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user