mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[dxvk] Clarify Vulkan 1.3 driver requirement in log
This commit is contained in:
parent
1daae75048
commit
13440a5d89
1 changed files with 2 additions and 1 deletions
|
@ -288,7 +288,8 @@ namespace dxvk {
|
|||
|
||||
if (result.empty()) {
|
||||
Logger::warn("DXVK: No adapters found. Please check your "
|
||||
"device filter settings and Vulkan setup.");
|
||||
"device filter settings and Vulkan setup. "
|
||||
"A Vulkan 1.3 capable driver is required.");
|
||||
} else if (numDGPU == 1 && numIGPU == 1) {
|
||||
result[1]->linkToDGPU(result[0]);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue