mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Vulkan: Cleanup minor logging.
This commit is contained in:
parent
842bf86b1a
commit
c13f57e64f
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ VkResult VulkanContext::CreateDevice() {
|
|||
} else {
|
||||
VulkanLoadDeviceFunctions(device_, extensionsLookup_);
|
||||
}
|
||||
INFO_LOG(G3D, "Device created.\n");
|
||||
INFO_LOG(G3D, "Vulkan Device created");
|
||||
VulkanSetAvailable(true);
|
||||
|
||||
VmaAllocatorCreateInfo allocatorInfo = {};
|
||||
|
|
Loading…
Add table
Reference in a new issue