Various miscelaneous changes (#6496)

This commit is contained in:
Vitor K 2023-05-03 12:24:10 -03:00 committed by GitHub
parent 41f13456c0
commit 34de77d429
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
74 changed files with 44 additions and 81 deletions

View file

@ -13,7 +13,6 @@
#include "citra_qt/hotkeys.h"
#include "common/announce_multiplayer_room.h"
#include "core/core.h"
#include "core/hle/service/am/am.h"
#include "core/savestate.h"
#ifdef __unix__
@ -58,6 +57,10 @@ namespace Ui {
class MainWindow;
}
namespace Service::AM {
enum class InstallStatus : u32;
}
class GMainWindow : public QMainWindow {
Q_OBJECT