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

@ -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