フォントデータを書き込むようにしました。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1525 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
kamikawa 2008-05-26 08:17:38 +00:00
parent 4a1651a6f9
commit 6b5783bce7

View File

@ -71,12 +71,12 @@ static const char* ImportTadFileList[] =
"rom:/data/HNCA.tad",
"rom:/data/HNHA.tad"
};
/*
static const CopyFileList sCopyFileList[] =
{
{ "rom:/data/TWLFontTable.dat", "nand:sys/TWLFontTable.dat" }
};
*/
/*---------------------------------------------------------------------------*
*---------------------------------------------------------------------------*/
@ -260,7 +260,7 @@ TwlMain()
result = FALSE;
kamiFontPrintf( 0, printLine++, FONT_COLOR_RED, "Write Hardware Info Failure!");
}
/*
// 必要なファイルの書き込み
for (i=0;i<sizeof(sCopyFileList)/sizeof(sCopyFileList[0]);i++)
{
@ -274,7 +274,7 @@ TwlMain()
kamiFontPrintf( 0, printLine++, FONT_COLOR_RED, "Write Data File %d Failure!", i);
}
}
*/
// TADのインポート開始
tadNum = sizeof(ImportTadFileList)/sizeof(ImportTadFileList[0]);