Applet Manager services: Difference between revisions
No edit summary |
|||
Line 930: | Line 930: | ||
| 130 || [8.0.0+] [[#GetGpuErrorDetectedSystemEvent]] || | | 130 || [8.0.0+] [[#GetGpuErrorDetectedSystemEvent]] || | ||
|- | |- | ||
| 500 || [5.0.0+] StartContinuousRecordingFlushForDebug || | | 500 || [5.0.0+] [[#StartContinuousRecordingFlushForDebug]] || | ||
|- | |- | ||
| 1000 || [5.0.0+] [[#CreateMovieMaker]] || | | 1000 || [5.0.0+] [[#CreateMovieMaker]] || | ||
Line 1,042: | Line 1,042: | ||
==== RequestFlushGamePlayingMovieForDebug ==== | ==== RequestFlushGamePlayingMovieForDebug ==== | ||
No input/output. | No input/output. | ||
Requests to save the video recording, as if the Capture-button was held. | |||
==== RequestToShutdown ==== | ==== RequestToShutdown ==== | ||
Line 1,129: | Line 1,131: | ||
This is used by sdknso during applet-application initialization. A seperate thread is setup where event-waiting is handled. When the Event is signaled, official sw will assert. | This is used by sdknso during applet-application initialization. A seperate thread is setup where event-waiting is handled. When the Event is signaled, official sw will assert. | ||
==== StartContinuousRecordingFlushForDebug ==== | |||
Takes an input s64 nanoseconds-value, returns an output Event handle with autoclear=false. | |||
The cached value loaded from [[System_Settings|system-setting]] <code>am.debug!dev_function</code> must be set to 0x1 with size 0x1, otherwise an error is returned. | |||
==== CreateMovieMaker ==== | ==== CreateMovieMaker ==== |