mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 19:02:14 +02:00
Clarify comments
This commit is contained in:
parent
4f79fe212e
commit
4f773a6c41
@ -19,14 +19,14 @@ void nsExit(void);
|
|||||||
Result nsGetApplicationControlData(u8 flag, u64 titleID, NsApplicationControlData* buffer, size_t size, size_t* actual_size);
|
Result nsGetApplicationControlData(u8 flag, u64 titleID, NsApplicationControlData* buffer, size_t size, size_t* actual_size);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Returns the total storage size from content manager services.
|
* @brief Returns the total storage capacity (used + free) from content manager services.
|
||||||
* @param storage_id Specified FsStorageId. (Must be FsStorageId_SdCard or 5)
|
* @param storage_id Specified FsStorageId. (Must be FsStorageId_SdCard or 5)
|
||||||
* @param size Pointer to output the total storage size to.
|
* @param size Pointer to output the total storage size to.
|
||||||
*/
|
*/
|
||||||
Result nsGetTotalSpaceSize(FsStorageId storage_id, u64 *size);
|
Result nsGetTotalSpaceSize(FsStorageId storage_id, u64 *size);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Returns the available storage size from content manager services.
|
* @brief Returns the available storage capacity from content manager services.
|
||||||
* @param storage_id Specified FsStorageId. (Must be FsStorageId_SdCard or 5)
|
* @param storage_id Specified FsStorageId. (Must be FsStorageId_SdCard or 5)
|
||||||
* @param size Pointer to output the free storage size to.
|
* @param size Pointer to output the free storage size to.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user