mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
More appleting
This commit is contained in:
parent
412fba079e
commit
17724e77ca
4 changed files with 18 additions and 7 deletions
|
@ -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; }
|
|
@ -58,6 +58,8 @@ void APTService::reset() {
|
|||
lockHandle = std::nullopt;
|
||||
notificationEvent = std::nullopt;
|
||||
resumeEvent = std::nullopt;
|
||||
|
||||
miiSelector.reset();
|
||||
}
|
||||
|
||||
void APTService::handleSyncRequest(u32 messagePointer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue