From 1be31e271aa4f4eb1feb9bb53cae51b37ba14f16 Mon Sep 17 00:00:00 2001 From: Subv Date: Tue, 28 Nov 2017 09:10:19 -0500 Subject: [PATCH] NS/Applets: Added the MiiSelector applet to the list of native applet ids. --- src/core/hle/service/apt/apt.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/hle/service/apt/apt.cpp b/src/core/hle/service/apt/apt.cpp index 5f2ad6423..062278f87 100644 --- a/src/core/hle/service/apt/apt.cpp +++ b/src/core/hle/service/apt/apt.cpp @@ -101,6 +101,8 @@ static constexpr std::array applet_titleids = {{ 0x400300000D002, 0x400300000C002, 0x400300000D802, 0x400300000DE02, 0x400300000E402}, {AppletId::Error, AppletId::Error2, 0x400300000C502, 0x400300000C502, 0x400300000C502, 0x400300000C502, 0x400300000CF02, 0x400300000CF02, 0x400300000CF02}, + {AppletId::Ed1, AppletId::Ed2, 0x400300000C102, 0x400300000C902, 0x400300000D102, + 0x400300000C102, 0x400300000D902, 0x400300000DF02, 0x400300000E502}, // TODO(Subv): Fill in the rest of the titleids }};