mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-10 11:44:19 +00:00
qt_common: Remove yuzu prefix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user