Rev.1962の変更をマージ

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1984 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yosiokat 2008-07-24 08:38:24 +00:00
parent 1d8fac8168
commit 401f26efa3

View File

@ -123,7 +123,13 @@ extern u64 UTL_GetFatalError( void ); // FATAL
// リージョンチェック
static inline BOOL UTL_CheckAppRegion( u32 card_region_bitmap )
{
#ifdef SYSMENU_DEBUGGER_BUILD
#pragma unused(card_region_bitmap)
// 2008.07.23 ISデバッガの暫定対応
return TRUE;
#else
return ( card_region_bitmap & ( 0x00000001 << OS_GetRegion() ) ) ? TRUE : FALSE;
#endif
}
// CRCチェック