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