mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 23:47:53 -05: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