#include <nitro/fs.h>
static inline void* FS_GetOverlayAddress(const FSOverlayInfo *p_ovi);
p_ovi | FSOverlayInfo structure that holds overlay module information |
Returns the start memory address of the overlay module.
This function acquires the start address of the memory where an overlay module is located. FS_LoadOverlayImage()
loads an image to this address.
FSOverlayInfo, FS_LoadOverlayInfo, FS_GetOverlayTotalSize, FS_GetOverlayImageSize, FS_LoadOverlayImage, FS_UnloadOverlayImage
11/02/2004 Deleted a link.
06/11/2004 Initial version.