mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-22 05:15:51 +12:00
[Applets] Properly expose nextParameter
This commit is contained in:
parent
135c8cb508
commit
60b565273e
5 changed files with 15 additions and 4 deletions
|
@ -8,6 +8,6 @@ namespace Applets {
|
|||
virtual Result::HorizonResult receiveParameter() override;
|
||||
virtual void reset() override;
|
||||
|
||||
SoftwareKeyboardApplet(Memory& memory) : AppletBase(memory) {}
|
||||
SoftwareKeyboardApplet(Memory& memory, std::optional<Parameter>& nextParam) : AppletBase(memory, nextParam) {}
|
||||
};
|
||||
} // namespace Applets
|
Loading…
Add table
Add a link
Reference in a new issue