Capture services: Difference between revisions
Line 235: | Line 235: | ||
| 32 || [7.0.0+] [[#SetShimLibraryVersion]] | | 32 || [7.0.0+] [[#SetShimLibraryVersion]] | ||
|- | |- | ||
| 102 || GetAlbumFileList0AafeAruidDeprecated | | 102 || [[#GetAlbumFileList0AafeAruidDeprecated]] | ||
|- | |- | ||
| 103 || DeleteAlbumFileByAruid | | 103 || DeleteAlbumFileByAruid | ||
Line 249: | Line 249: | ||
| 130 || PrecheckToCreateContentsByAruid | | 130 || PrecheckToCreateContentsByAruid | ||
|- | |- | ||
| 140 || [6.0.0+] GetAlbumFileList1AafeAruidDeprecated | | 140 || [6.0.0+] [[#GetAlbumFileList1AafeAruidDeprecated]] | ||
|- | |- | ||
| 141 || [6.0.0+] GetAlbumFileList2AafeUidAruidDeprecated | | 141 || [6.0.0+] [[#GetAlbumFileList2AafeUidAruidDeprecated]] | ||
|- | |- | ||
| 142 || [7.0.0+] [[#GetAlbumFileList3AaeAruid]] | | 142 || [7.0.0+] [[#GetAlbumFileList3AaeAruid]] | ||
Line 262: | Line 262: | ||
== SetShimLibraryVersion == | == SetShimLibraryVersion == | ||
Takes an input u64 [[#ShimLibraryVersion]], an u64 [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]], and a PID, no output. | Takes an input u64 [[#ShimLibraryVersion]], an u64 [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]], and a PID, no output. | ||
== GetAlbumFileList0AafeAruidDeprecated == | |||
Takes a type-0x6 output buffer containing an array of [[#ApplicationAlbumFileEntry]], a PID, an u8, two s64s, and an u64 [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]]. Returns an output u64 for total output entries. | |||
== GetAlbumFileList1AafeAruidDeprecated == | |||
Takes a type-0x6 output buffer containing an array of [[#ApplicationAlbumFileEntry]], a PID, an u8, two [[#AlbumFileDateTime]], and an u64 [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]]. Returns an output u64 for total output entries. | |||
The first [[#AlbumFileDateTime]] is the start_DateTime, the second [[#AlbumFileDateTime]] is the end_DateTime. In the IPC rawdata, these use 2-byte alignment. | |||
== GetAlbumFileList2AafeUidAruidDeprecated == | |||
Takes a type-0x6 output buffer containing an array of [[#ApplicationAlbumFileEntry]], a PID, an u8, two [[#AlbumFileDateTime]], an u128 userID, and an u64 [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]]. Returns an output u64 for total output entries. | |||
The first [[#AlbumFileDateTime]] is the start_DateTime, the second [[#AlbumFileDateTime]] is the end_DateTime. In the IPC rawdata, these use 2-byte alignment. | |||
== GetAlbumFileList3AaeAruid == | == GetAlbumFileList3AaeAruid == |