

#include <nitro/fs.h>BOOL FS_UnloadOverlay(MIProcessor target, FSOverlayID id);| target | Unload target (ARM9 processor/ARM7 processor). |
| id | The module to unload. |
Returns TRUE if the module is unloaded properly; FALSE otherwise.
This function unloads an overlay module that is specified by a processor and is specified by a number. This function is equivalent to using the FSOverlayInfo function to acquire overlay module information and calling the FS_UnloadOverlayImage function.
FSOverlayInfo, FSOverlayID, FS_OVERLAY_ID, FS_LoadOverlayInfo, FS_UnloadOverlayImage, FS_LoadOverlay
2004/06/11 Added descriptions due to additional overlay functions.
2004/04/08 Revised description due to changing the FSOverlayID type.
2004/04/05 Revised description due to addition of the FSOverlayID type.
2004/04/01 Initial version.
CONFIDENTIAL