mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-11 19:10:55 +00:00
Trim gpuName from pci.ids
This commit is contained in:
parent
572ba69e3e
commit
4a5e05c979
@ -2453,6 +2453,7 @@ void get_device_name(int32_t vendorID, int32_t deviceID, struct swapchain_stats&
|
||||
desc.erase(remove(desc.begin(), desc.end(), c), desc.end());
|
||||
}
|
||||
sw_stats.gpuName = desc;
|
||||
trim(sw_stats.gpuName);
|
||||
}
|
||||
|
||||
static VkResult overlay_CreateSwapchainKHR(
|
||||
|
Loading…
Reference in New Issue
Block a user