Changes

Line 15: Line 15:  
|-
 
|-
 
| 3 || [5.0.0+] [[#OpenOffscreenRecorder]]
 
| 3 || [5.0.0+] [[#OpenOffscreenRecorder]]
 +
|-
 +
| 10 || [18.0.0+]
 
|-
 
|-
 
| 101 || [5.0.0+] [[#CreateMovieMaker]]
 
| 101 || [5.0.0+] [[#CreateMovieMaker]]
Line 22: Line 24:     
== 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.
 +
 +
[15.0.0+] Now only takes 0x20-bytes of input.
 +
 +
[18.0.0+] Now takes a total of 0x28 bytes of input.
    
== 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 ==
Line 50: Line 56:  
|-
 
|-
 
| 2 || StopRecording
 
| 2 || StopRecording
 +
|-
 +
| 4 || [17.0.0+] UpdateRecordingStartTick
 
|-
 
|-
 
| 10 || GetNotFlushingEvent
 
| 10 || GetNotFlushingEvent