early-access version 3544

This commit is contained in:
pineappleEA
2023-05-03 11:09:42 +02:00
parent 4f06ff6d85
commit f6df739ee6
25 changed files with 481 additions and 145 deletions
+15
View File
@@ -0,0 +1,15 @@
// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <QWindow>
#include "core/frontend/emu_window.h"
namespace YuzuQtCommon {
Core::Frontend::WindowSystemType GetWindowSystemType();
Core::Frontend::EmuWindow::WindowSystemInfo GetWindowSystemInfo(QWindow* window);
} // namespace YuzuQtCommon