#include <nitro/fs.h>
u32 FS_GetSeekCacheSize(const char *path);
path | Path of the file for which the seek cache buffer is required. |
Returns the required size of the seek cache buffer if the specified path is a valid file; returns 0 otherwise.
Calculates the sufficient size of the buffer specified with FS_SetSeekCache()
.
2008/06/26 Initial version.
CONFIDENTIAL