vk: Improve logging of device names and driver versions

This commit is contained in:
kd-11 2018-08-29 15:49:19 +03:00 committed by kd-11
parent e23435a190
commit 815f4aa63b
4 changed files with 74 additions and 38 deletions

View file

@ -162,7 +162,7 @@ emu_settings::Render_Creator::Render_Creator()
for (auto& gpu : gpus)
{
vulkanAdapters.append(qstr(gpu.name()));
vulkanAdapters.append(qstr(gpu.get_name()));
}
}
}