s32 GetHioRequiredMemorySize(
size_t maxFile,
size_t maxDirectory
);
| Name | Description | |
|---|---|---|
| in | maxFile | The maximum number of files that can be opened simultaneously. |
| in | maxDirectory | The maximum number of directories that can be opened simultaneously. |
Gets the size of memory needed to mount a hio archive.
Returns the size of memory needed to mount a hio archive. This memory size is also enough to simultaneously open both the number of files specified by maxFile and the number of directories specified by maxDirectory.
CONFIDENTIAL