mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Merge remote-tracking branch 'origin/master' into custom
This commit is contained in:
commit
4ea7de218b
6 changed files with 11 additions and 18 deletions
|
|
@ -332,7 +332,7 @@ GfxInfo::Init()
|
|||
// Unfortunately, the Device ID is nullptr, and we can't enumerate
|
||||
// it using the setup infrastructure (SetupDiGetClassDevsW below
|
||||
// will return INVALID_HANDLE_VALUE).
|
||||
if (mWindowsVersion == kWindows8 &&
|
||||
if (mWindowsVersion >= kWindows8 &&
|
||||
mDeviceID.Length() == 0 &&
|
||||
mDeviceString.EqualsLiteral("RDPUDD Chained DD"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue