mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 20:14:45 +00:00
Changed Unsupported Vulkan Version warning
This commit is contained in:
parent
6f6f2f4951
commit
59dcb9263d
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ void MainWindow::GetPhysicalDevices() {
|
|||
auto prop = physical_device.getProperties();
|
||||
QString name = QString::fromUtf8(prop.deviceName, -1);
|
||||
if (prop.apiVersion < Vulkan::TargetVulkanApiVersion) {
|
||||
name += " * Unsupported API Version";
|
||||
name += " * Unsupported Vulkan Version";
|
||||
}
|
||||
m_physical_devices.push_back(name);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue