use INT64_MAX instead

This commit is contained in:
talkingerbil 2024-05-03 06:07:37 -07:00
parent 2a8000b32c
commit 2a11f4ab4f
1 changed files with 1 additions and 1 deletions

View File

@ -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 = LLONG_MAX;
pUMDVersion->QuadPart = INT64_MAX;
if (FAILED(hr)) {
Logger::err("DXGI: CheckInterfaceSupport: Unsupported interface");