mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 23:37:53 -05:00
* Bravely Default/Second stuck #1822 CancelLibraryApplet stub * Log parameter. * Taking care of comments * Sync with 3DBrew * White space ? * lower case
This commit is contained in:
@ -391,6 +391,17 @@ void PreloadLibraryApplet(Service::Interface* self);
|
||||
*/
|
||||
void StartLibraryApplet(Service::Interface* self);
|
||||
|
||||
/**
|
||||
* APT::CancelLibraryApplet service function
|
||||
* Inputs:
|
||||
* 0 : Command header [0x003B0040]
|
||||
* 1 : u8, Application exiting (0 = not exiting, 1 = exiting)
|
||||
* Outputs:
|
||||
* 0 : Header code
|
||||
* 1 : Result code
|
||||
*/
|
||||
void CancelLibraryApplet(Service::Interface* self);
|
||||
|
||||
/**
|
||||
* APT::GetStartupArgument service function
|
||||
* Inputs:
|
||||
|
Reference in New Issue
Block a user