#include <nitro/fs.h>
static inline void* FS_UnloadTable(void);
If there is a preloaded memory, this function returns its address. If there is no preloaded memory, it returns a value of NULL.
This function frees memory that was preloaded by the FS_LoadTable
function to the user. The ROM archive returns to default status.
2004/09/24 Initial version.
CONFIDENTIAL