mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
フォントデータはまだ契約が完了していないため SystemUpdater でのインポート処理をコメントアウトしました。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1403 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
3460e08691
commit
b2ab67ad64
@ -70,12 +70,12 @@ static const char* ImportTadFileList[] =
|
|||||||
"rom:/data/HNBA.tad",
|
"rom:/data/HNBA.tad",
|
||||||
"rom:/data/HNCA.tad"
|
"rom:/data/HNCA.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" }
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
/*---------------------------------------------------------------------------*
|
/*---------------------------------------------------------------------------*
|
||||||
内部変数定義
|
内部変数定義
|
||||||
*---------------------------------------------------------------------------*/
|
*---------------------------------------------------------------------------*/
|
||||||
@ -240,7 +240,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++)
|
||||||
{
|
{
|
||||||
@ -254,7 +254,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