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

@ -6,10 +6,10 @@
#include <QWindow>
#include "core/frontend/emu_window.h"
namespace YuzuQtCommon {
namespace QtCommon {
Core::Frontend::WindowSystemType GetWindowSystemType();
Core::Frontend::EmuWindow::WindowSystemInfo GetWindowSystemInfo(QWindow* window);
} // namespace YuzuQtCommon
} // namespace QtCommon