mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-21 12:35:45 +00:00
Applets: Reworked how the Applet update event is handled.
Applets are now cleaned up in AppletUpdateEvent after calling their respective Update method.
This commit is contained in:
@@ -63,7 +63,7 @@ enum class AppletId : u32 {
|
||||
};
|
||||
|
||||
/// Send a parameter to the currently-running application, which will read it via ReceiveParameter
|
||||
void SendParameter(MessageParameter const& parameter);
|
||||
void SendParameter(const MessageParameter& parameter);
|
||||
|
||||
/**
|
||||
* APT::Initialize service function
|
||||
|
||||
Reference in New Issue
Block a user