mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[dxgi] Initialize UMD version quad to a max signed int64 (#3985)
This commit is contained in:
parent
4333ee872d
commit
1fb35b6d19
@ -130,7 +130,7 @@ namespace dxvk {
|
||||
// We can't really reconstruct the version numbers
|
||||
// returned by Windows drivers from Vulkan data
|
||||
if (SUCCEEDED(hr) && pUMDVersion)
|
||||
pUMDVersion->QuadPart = ~0ull;
|
||||
pUMDVersion->QuadPart = INT64_MAX;
|
||||
|
||||
if (FAILED(hr)) {
|
||||
Logger::err("DXGI: CheckInterfaceSupport: Unsupported interface");
|
||||
|
Loading…
x
Reference in New Issue
Block a user