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