By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
Album uses [[Applet_Manager_services#CreateGameMovieTrimmer|CreateGameMovieTrimmer]], and retries using the cmd in a loop on error 0x8D4 with svcSleepThread(100000000) being used first. Then all 4 of these commands are used in that same func: [[#SetThumbnailRgba]] if the input buffer is set, [[#GetNotTrimmingEvent]], [[#BeginTrim]], waits on the event, then [[#EndTrim]] and cleanup.
=== BeginTrim ===
=== BeginTrim ===
Line 72:
Line 74:
=== GetNotTrimmingEvent ===
=== GetNotTrimmingEvent ===
−
No input, returns an output handle.
+
No input, returns an output Event handle with autoclear=false.
=== SetThumbnailRgba ===
=== SetThumbnailRgba ===
−
Takes a type-0x45 input buffer, a s32, and a s32, no output.
+
Takes a type-0x45 input buffer, a s32 '''width''', and a s32 '''height''', no output.