qt_common: Remove yuzu prefix

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

View file

@ -12,7 +12,7 @@
#include <qpa/qplatformnativeinterface.h>
#endif
namespace YuzuQtCommon {
namespace QtCommon {
Core::Frontend::WindowSystemType GetWindowSystemType() {
// Determine WSI type based on Qt platform.
QString platform_name = QGuiApplication::platformName();
@ -52,4 +52,4 @@ Core::Frontend::EmuWindow::WindowSystemInfo GetWindowSystemInfo(QWindow* window)
return wsi;
}
} // namespace YuzuQtCommon
} // namespace QtCommon