Skip to content

Commit

Permalink
change debug logging to something more user-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
goeiecool9999 committed Aug 13, 2024
1 parent f9c03d5 commit 31f1df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cafe/HW/Latte/Renderer/Vulkan/VulkanRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ void VulkanRenderer::GetDeviceFeatures()

vkGetPhysicalDeviceFeatures2(m_physicalDevice, &physicalDeviceFeatures2);

std::cout << "device support pid: " << pidf.presentId << " device support pwf: " << pwf.presentWait << std::endl;
cemuLog_log(LogType::Force, "Vulkan: present_wait extension: {}", (pwf.presentWait && pidf.presentId) ? "supported" : "unsupported");

/* Get Vulkan device properties and limits */
VkPhysicalDeviceFloatControlsPropertiesKHR pfcp{};
Expand Down

0 comments on commit 31f1df7

Please sign in to comment.