1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-01 00:46:32 -05:00

qt_common: Remove yuzu prefix

This commit is contained in:
lat9nq
2023-05-03 18:11:34 -04:00
parent 35e7f36a39
commit a71498d163
4 changed files with 7 additions and 7 deletions

View File

@@ -507,7 +507,7 @@ void ConfigureGraphics::RetrieveVulkanDevices() try {
using namespace Vulkan;
auto* window = this->window()->windowHandle();
auto wsi = YuzuQtCommon::GetWindowSystemInfo(window);
auto wsi = QtCommon::GetWindowSystemInfo(window);
vk::InstanceDispatch dld;
const Common::DynamicLibrary library = OpenLibrary();