diff options
author | german77 <juangerman-13@hotmail.com> | 2022-11-13 11:07:48 -0600 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2022-11-13 11:07:48 -0600 |
commit | fb57cd26a1219a5c91d2cb4dec402528f8ba308e (patch) | |
tree | b9120fd3ea1a5572687025aa70e6e6ff4bccdacb /src/yuzu/main.cpp | |
parent | b193d40d2275fc59600268e2622ae25aab2bba64 (diff) |
service: am: Implement cabinet applet backend
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 032ff1cbc..27c9e1f32 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -26,6 +26,7 @@ #include "configuration/configure_tas.h" #include "core/file_sys/vfs.h" #include "core/file_sys/vfs_real.h" +#include "core/frontend/applets/cabinet.h" #include "core/frontend/applets/controller.h" #include "core/frontend/applets/general_frontend.h" #include "core/frontend/applets/mii_edit.h" @@ -1547,6 +1548,7 @@ bool GMainWindow::LoadROM(const QString& filename, u64 program_id, std::size_t p system->SetFilesystem(vfs); system->SetAppletFrontendSet({ + nullptr, // Amiibo Manager std::make_unique<QtControllerSelector>(*this), // Controller Selector std::make_unique<QtErrorDisplay>(*this), // Error Display nullptr, // Mii Editor |