Эх сурвалжийг харах

Allocate resources for test window before getting system info

Lucas Reis 2 жил өмнө
parent
commit
edce713fc9

+ 1 - 0
src/yuzu/vk_device_info.cpp

@@ -31,6 +31,7 @@ void PopulateRecords(std::vector<Record>& records, QWindow* window) try {
     // Create a test window with a Vulkan surface type for checking present modes.
     QWindow test_window(window);
     test_window.setSurfaceType(QWindow::VulkanSurface);
+    test_window.create();
     auto wsi = QtCommon::GetWindowSystemInfo(&test_window);
 
     vk::InstanceDispatch dld;