GRC services: Difference between revisions
No edit summary |
No edit summary |
||
Line 56: | Line 56: | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 1 || BeginTrim | | 1 || [[#BeginTrim]] | ||
|- | |- | ||
| 2 || EndTrim | | 2 || [[#EndTrim]] | ||
|- | |- | ||
| 10 || GetNotTrimmingEvent | | 10 || [[#GetNotTrimmingEvent]] | ||
|- | |- | ||
| 20 || SetThumbnailRgba | | 20 || [[#SetThumbnailRgba]] | ||
|} | |} | ||
=== BeginTrim === | |||
Takes an input s32, a s32, and a [[#GameMovieId]], no output. | |||
=== EndTrim === | |||
No input, returns an output [[#GameMovieId]]. | |||
=== GetNotTrimmingEvent === | |||
No input, returns an output handle. | |||
=== SetThumbnailRgba === | |||
Takes a type-0x45 input buffer, a s32, and a s32, no output. | |||
= grc:d = | = grc:d = | ||
Line 198: | Line 210: | ||
= OffscreenRecordingParameter = | = OffscreenRecordingParameter = | ||
This is a 0x80-byte struct. | This is a 0x80-byte struct. | ||
= GameMovieId = | |||
This is "nn::grcsrv::GameMovieId". This is a 0x40-byte struct. | |||
= IHOSBinderDriver = | = IHOSBinderDriver = |