#include <twl/na.h>
FSResult NA_UnloadOtherTitleArchive(void);
None.
Returns FS_RESULT_SUCCESS
if processing completed successfully.
Other values indicate an error. The following values, in particular, have specific meanings.
FS_RESULT_ALREADY_DONE | No save data is loaded. |
---|---|
FS_RESULT_UNSUPPORTED | This is running on the Nintendo DS and cannot be used. |
Unloads save data that is currently loaded from another NAND application, removing it from the file system.
2009/05/13 Added link to See Also.
2008/09/16 Added FS_RESULT_UNSUPPORTED
to the return values.
2008/07/14 Initial version.
CONFIDENTIAL