mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
[Applets] Add initial stuff
This commit is contained in:
parent
15ed62e952
commit
8006ec63b0
5 changed files with 33 additions and 2 deletions
8
include/applets/mii_selector.hpp
Normal file
8
include/applets/mii_selector.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include "applets/applet.hpp"
|
||||
|
||||
class MiiSelectorApplet final : public AppletBase {
|
||||
virtual Result::HorizonResult start() override;
|
||||
virtual void reset() override;
|
||||
|
||||
MiiSelectorApplet(Memory& memory) : AppletBase(memory) {}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue