mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
ISデバッガのリージョン違いカードが起動しない不具合暫定対策。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20080717_SDK500ss4_branch@1962 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
1444767d11
commit
d9c6b5c63b
@ -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