diff --git a/build/tests/HashCheckTemplate/ARM9/src/HashCheckTemplate.c b/build/tests/HashCheckTemplate/ARM9/src/HashCheckTemplate.c index 630df9da..daf4d241 100644 --- a/build/tests/HashCheckTemplate/ARM9/src/HashCheckTemplate.c +++ b/build/tests/HashCheckTemplate/ARM9/src/HashCheckTemplate.c @@ -38,7 +38,7 @@ RTCDrawProperty g_rtcDraw = { }; // static variable ------------------------------------- -static BOOL s_switch = FALSE; +static BOOL s_switch = TRUE; //static u32 dummy[1024*1024/2]={1,2,3,};//2MB @@ -92,7 +92,7 @@ static void draw() { NNS_G2dCharCanvasClear( &gCanvas, TXT_COLOR_WHITE ); - PutStringUTF16( 1 * 8, 0 * 8, TXT_COLOR_BLUE, (const u16 *)L"HashCheckTemplate"); + PutStringUTF16( 1 * 8, 0 * 8, TXT_COLOR_BLUE, (const u16 *)L"SelfDigestChecker"); PutStringUTF16( 3 * 8, 1 * 12, TXT_COLOR_BLACK, (const u16 *)L"Press A to Check Digest...."); draw_sub1((u8 *)0x02000100, (u8 *)(HW_TWL_ROM_HEADER_BUF + 0x300), 12*2+4 ); diff --git a/build/tests/RomTypeTest/ARM9/src/RomTypeTest.c b/build/tests/RomTypeTest/ARM9/src/RomTypeTest.c index 3fe773bf..834231d0 100644 --- a/build/tests/RomTypeTest/ARM9/src/RomTypeTest.c +++ b/build/tests/RomTypeTest/ARM9/src/RomTypeTest.c @@ -263,7 +263,7 @@ static AccessPermission RWTestCore( char *path, char *testfile ) OS_TPrintf( "FS_GetArchiveResultCode(%s) : %d\n", filename, fs_result ); if( FS_RESULT_NO_ENTRY == fs_result ) { - // ファイル作成に失敗=存在しないディレクトリの下にファイルを作ろうとしたかマウントされていない + // ファイル作成にNO_ENTRY=存在しないディレクトリの下にファイルを作ろうとしたかマウントされていない // どちらにせよアクセスできないし、ディレクトリの存在を確認する事もできないので、パーミッションNAとして扱う return PERMISSION_NA; }else if( FS_RESULT_PERMISSION_DENIED == fs_result ) diff --git a/build/tests/TestMaker/config/romparam_forBoottest.yaml b/build/tests/TestMaker/config/romparam_forBoottest.yaml index 4c997604..df809c54 100644 Binary files a/build/tests/TestMaker/config/romparam_forBoottest.yaml and b/build/tests/TestMaker/config/romparam_forBoottest.yaml differ diff --git a/build/tests/TestMaker/config/romparam_forFATFSPermissiontest.yaml b/build/tests/TestMaker/config/romparam_forFATFSPermissiontest.yaml index 6149b8b7..7cd596e1 100644 Binary files a/build/tests/TestMaker/config/romparam_forFATFSPermissiontest.yaml and b/build/tests/TestMaker/config/romparam_forFATFSPermissiontest.yaml differ