mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-10 04:33:15 +00:00
fix build on arch
This commit is contained in:
parent
388548ba47
commit
269ce12614
1 changed files with 2 additions and 1 deletions
|
@ -566,7 +566,8 @@ void Instance::CollectToolingInfo() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
for (const vk::PhysicalDeviceToolProperties& tool : tools) {
|
for (const vk::PhysicalDeviceToolProperties& tool : tools) {
|
||||||
LOG_INFO(Render_Vulkan, "Attached debugging tool: {}", tool.name);
|
const std::string_view name = tool.name;
|
||||||
|
LOG_INFO(Render_Vulkan, "Attached debugging tool: {}", name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue