#include <nitro/wfs.h>
void WFS_ReplaceRomArchive(WFSClientContext *context);
context | Pointer to the WFSClientContext structure. |
None.
Re-mounts the FS library standard archive "rom" so that the server can be accessed via the WFS library. After this function is called, it is possible to use all file system operations on the "rom" archive. This function cannot be called until client preparations are complete and WFS_EVENT_CLIENT_READY
event notification has been issued. This function does nothing if called before these conditions are met.
After this function is called, the library will start using WFS_RequestClientRead
internally. If you want to call WFS_RequestClientRead
directly from your application, you can't use this function too.
WFS_EVENT_CLIENT_READY,
WFS_IsClientReady, WFS_RequestClientRead
2007/06/11 Initial version.
CONFIDENTIAL