GRC services: Difference between revisions
Line 22: | Line 22: | ||
== OpenContinuousRecorder == | == OpenContinuousRecorder == | ||
Takes a total of 0x28-bytes of input and a handle, returns an [[#IContinuousRecorder]]. | Takes a total of 0x28-bytes of input and a TransferMemory handle, returns an [[#IContinuousRecorder]]. | ||
[5.0.0+] Now takes an additional 0x20-bytes of input. | [5.0.0+] Now takes an additional 0x20-bytes of input. | ||
Line 29: | Line 29: | ||
== OpenGameMovieTrimmer == | == OpenGameMovieTrimmer == | ||
Takes an input u64 and a handle, returns an [[#IGameMovieTrimmer]]. | Takes an input u64 and a TransferMemory handle, returns an [[#IGameMovieTrimmer]]. | ||
== OpenOffscreenRecorder == | == OpenOffscreenRecorder == | ||
Takes a total of 0x8-bytes of input and a handle, returns an [[#IOffscreenRecorder]]. | Takes a total of 0x8-bytes of input and a TransferMemory handle, returns an [[#IOffscreenRecorder]]. | ||
== CreateMovieMaker == | == CreateMovieMaker == |