[Applets] Add initial stuff

This commit is contained in:
wheremyfoodat 2023-08-04 19:09:43 +03:00
parent 15ed62e952
commit 8006ec63b0
5 changed files with 33 additions and 2 deletions

View file

View file

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