mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 13:07:48 +00:00
qt_common: Remove yuzu prefix
This commit is contained in:
parent
047ee6733f
commit
fa8da0ded9
4 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue