mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
vk: Improve logging of device names and driver versions
This commit is contained in:
parent
e23435a190
commit
815f4aa63b
4 changed files with 74 additions and 38 deletions
|
@ -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()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue