mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-22 05:15:51 +12:00
Add error/EULA applet
This commit is contained in:
parent
6e6c84eebb
commit
f0c20d70bc
7 changed files with 58 additions and 7 deletions
|
@ -10,8 +10,6 @@ using namespace Applets;
|
|||
void SoftwareKeyboardApplet::reset() {}
|
||||
|
||||
Result::HorizonResult SoftwareKeyboardApplet::receiveParameter(const Applets::Parameter& parameter) {
|
||||
Helpers::warn("Software keyboard: Unimplemented ReceiveParameter");
|
||||
|
||||
switch (parameter.signal) {
|
||||
// Signal == request -> Applet is asking swkbd for a shared memory handle for backing up the framebuffer before opening the applet
|
||||
case u32(APTSignal::Request): {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue