Applet Manager services: Difference between revisions
Line 1,782: | Line 1,782: | ||
=== AcquireLastForegroundCaptureSharedBuffer === | === AcquireLastForegroundCaptureSharedBuffer === | ||
No input, returns an output u8 bool and an s32. | No input, returns an output u8 bool and an s32. | ||
Calls the same func internally as [[#AcquireLastApplicationCaptureSharedBuffer]], except this passes value 1 for the last param instead of 0. | |||
=== ReleaseLastForegroundCaptureSharedBuffer === | === ReleaseLastForegroundCaptureSharedBuffer === | ||
No input/output. | No input/output. | ||
Calls the same func internally as [[#ReleaseLastApplicationCaptureSharedBuffer]], except this passes value 1 for the last param instead of 0. | |||
=== AcquireCallerAppletCaptureSharedBuffer === | === AcquireCallerAppletCaptureSharedBuffer === | ||
No input, returns an output u8 bool and an s32. | No input, returns an output u8 bool and an s32. | ||
Calls the same func internally as [[#AcquireLastApplicationCaptureSharedBuffer]], except this passes value 2 for the last param instead of 0. | |||
=== ReleaseCallerAppletCaptureSharedBuffer === | === ReleaseCallerAppletCaptureSharedBuffer === | ||
No input/output. | No input/output. | ||
Calls the same func internally as [[#ReleaseLastApplicationCaptureSharedBuffer]], except this passes value 2 for the last param instead of 0. | |||
== ISystemAppletControllerForDebug == | == ISystemAppletControllerForDebug == |