#include <nitro/fs.h>
BOOL FS_IsAvailable(void);
None.
If the ROM files system is initialized, it returns TRUE. Otherwise it returns FALSE.
This determines whether the FS_Init
function has been called and the ROM file system has been initialized.
04/13/2004 Initial version.