More appleting

This commit is contained in:
wheremyfoodat 2023-08-04 19:26:12 +03:00
parent 412fba079e
commit 17724e77ca
4 changed files with 18 additions and 7 deletions

View file

@ -1,5 +1,6 @@
#include "applets/mii_selector.hpp"
void MiiSelectorApplet::reset() {}
using namespace Applets;
void MiiSelectorApplet::reset() {}
Result::HorizonResult MiiSelectorApplet::start() { return Result::Success; }

View file

@ -58,6 +58,8 @@ void APTService::reset() {
lockHandle = std::nullopt;
notificationEvent = std::nullopt;
resumeEvent = std::nullopt;
miiSelector.reset();
}
void APTService::handleSyncRequest(u32 messagePointer) {