#include <revolution/discnand.h>
typedef struct OSInstallInfo OSInstallInfo;
struct OSInstallInfo
{
char* fileName;
u16* titleName;
}
The OSInstallInfo structure holds the information of the file to be installed.
fileName is the absolute path for the file being installed.
titleName is the title name for the file being installed. This is used for display purposes inside the channel installer. Characters are encoded in UTF-16BE, which is Revolution's internal character encoding.
2009/10/16 Changed the include file.
2007/04/20 Initial version.
CONFIDENTIAL