mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
フォントデータを書き込むようにしました。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1525 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
4a1651a6f9
commit
6b5783bce7
@ -71,12 +71,12 @@ static const char* ImportTadFileList[] =
|
|||||||
"rom:/data/HNCA.tad",
|
"rom:/data/HNCA.tad",
|
||||||
"rom:/data/HNHA.tad"
|
"rom:/data/HNHA.tad"
|
||||||
};
|
};
|
||||||
/*
|
|
||||||
static const CopyFileList sCopyFileList[] =
|
static const CopyFileList sCopyFileList[] =
|
||||||
{
|
{
|
||||||
{ "rom:/data/TWLFontTable.dat", "nand:sys/TWLFontTable.dat" }
|
{ "rom:/data/TWLFontTable.dat", "nand:sys/TWLFontTable.dat" }
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
/*---------------------------------------------------------------------------*
|
/*---------------------------------------------------------------------------*
|
||||||
内部変数定義
|
内部変数定義
|
||||||
*---------------------------------------------------------------------------*/
|
*---------------------------------------------------------------------------*/
|
||||||
@ -260,7 +260,7 @@ TwlMain()
|
|||||||
result = FALSE;
|
result = FALSE;
|
||||||
kamiFontPrintf( 0, printLine++, FONT_COLOR_RED, "Write Hardware Info Failure!");
|
kamiFontPrintf( 0, printLine++, FONT_COLOR_RED, "Write Hardware Info Failure!");
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
// 必要なファイルの書き込み
|
// 必要なファイルの書き込み
|
||||||
for (i=0;i<sizeof(sCopyFileList)/sizeof(sCopyFileList[0]);i++)
|
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);
|
kamiFontPrintf( 0, printLine++, FONT_COLOR_RED, "Write Data File %d Failure!", i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
// TADのインポート開始
|
// TADのインポート開始
|
||||||
tadNum = sizeof(ImportTadFileList)/sizeof(ImportTadFileList[0]);
|
tadNum = sizeof(ImportTadFileList)/sizeof(ImportTadFileList[0]);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user