Changes

Line 522: Line 522:  
| 102 || [5.0.0+] UnreserveResourceForMovieOperation ||
 
| 102 || [5.0.0+] UnreserveResourceForMovieOperation ||
 
|-
 
|-
| 110 || [6.0.0+] GetMainAppletAvailableUsers ||
+
| 110 || [6.0.0+] [[#GetMainAppletAvailableUsers]] ||
 
|}
 
|}
   Line 613: Line 613:  
==== CreateGameMovieTrimmer ====
 
==== CreateGameMovieTrimmer ====
 
Takes an input u64 and handle, returns a GRC [[GRC_services#IGameMovieTrimmer|IGameMovieTrimmer]].
 
Takes an input u64 and handle, returns a GRC [[GRC_services#IGameMovieTrimmer|IGameMovieTrimmer]].
 +
 +
==== GetMainAppletAvailableUsers ====
 +
Takes a type-0x6 output buffer containing an array of u128 userIDs, returns an output u8 bool and a s32 '''total_entries'''.
 +
 +
The size of the output buffer in entries must be at least 8.
 +
 +
Normally the output bool is set to 0, however when no users are available it's set to 1 with '''total_entries''' = -1.
    
== IOverlayAppletProxy ==
 
== IOverlayAppletProxy ==