Skip to content

Commit

Permalink
[Applet Manager] Fix resetting
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat committed Nov 12, 2023
1 parent aa40eaf commit a7efa81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/applets/applet_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit a7efa81

Please sign in to comment.