mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
Rev.1962の変更をマージ
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1984 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
1d8fac8168
commit
401f26efa3
@ -123,7 +123,13 @@ extern u64 UTL_GetFatalError( void ); // FATAL
|
|||||||
// リージョンチェック
|
// リージョンチェック
|
||||||
static inline BOOL UTL_CheckAppRegion( u32 card_region_bitmap )
|
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;
|
return ( card_region_bitmap & ( 0x00000001 << OS_GetRegion() ) ) ? TRUE : FALSE;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// CRCチェック
|
// CRCチェック
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user