Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nx/include/switch/services/ns.h
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Result nsGetApplicationControlData(NsApplicationControlSource source, u64 applic
* @param[in] application_id ApplicationId.
* @param[out] buffer \ref NsApplicationControlData
* @param[in] size Size of the buffer.
* @param[in] flag1 Default is 0. 0xFF speeds up execution.
* @param[in] flag1 Default is 0. 1 retrieves 174x174 icon instead of 256x256. 0xFF uses an unknown alternative path.
* @param[in] acd_idx Default is 0. 1 tries to get NsApplicationControlData for Switch 2 Edition.
* @param[out] actual_size Actual output size.
* @param[out] unk Returned with size, always 0.
Expand Down
Loading