Skip to content
Merged
Changes from 1 commit
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 alternative path that is faster on 19.0.0-21.2.0, but slower on 22.0.0+ than 0 and 1.
Comment thread
masagrator marked this conversation as resolved.
Outdated
* @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