mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
[Applet Manager] Fix resetting
This commit is contained in:
parent
aa40eaf4cc
commit
62af35c42b
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@ using namespace Applets;
|
|||
AppletManager::AppletManager(Memory& mem) : miiSelector(mem, nextParameter), swkbd(mem, nextParameter) {}
|
||||
|
||||
void AppletManager::reset() {
|
||||
nextParameter = std::nullopt;
|
||||
|
||||
miiSelector.reset();
|
||||
swkbd.reset();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue