mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 22:54:16 +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
|
// We can't really reconstruct the version numbers
|
||||||
// returned by Windows drivers from Vulkan data
|
// returned by Windows drivers from Vulkan data
|
||||||
if (SUCCEEDED(hr) && pUMDVersion)
|
if (SUCCEEDED(hr) && pUMDVersion)
|
||||||
pUMDVersion->QuadPart = ~0ull;
|
pUMDVersion->QuadPart = INT64_MAX;
|
||||||
|
|
||||||
if (FAILED(hr)) {
|
if (FAILED(hr)) {
|
||||||
Logger::err("DXGI: CheckInterfaceSupport: Unsupported interface");
|
Logger::err("DXGI: CheckInterfaceSupport: Unsupported interface");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user