NS services: Difference between revisions
Line 345: | Line 345: | ||
== GetTotalSpaceSize == | == GetTotalSpaceSize == | ||
Takes an input | Takes an input u8 [[NCM_services#StorageId|StorageId]], no output. | ||
Returns the | The StorageId must be SdCard. | ||
Returns the s64 from [[NCM_services#IContentStorage]] GetFreeSpaceSize. | |||
== GetFreeSpaceSize == | == GetFreeSpaceSize == | ||
Takes an input | Takes an input u8 [[NCM_services#StorageId|StorageId]], no output. | ||
The StorageId must be SdCard. | |||
Returns the | Returns the s64 from [[NCM_services#IContentStorage]] GetTotalSpaceSize. | ||
== GetApplicationDesiredLanguage == | == GetApplicationDesiredLanguage == |