mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
Windows7上で行末に"能"の字があるとコンパイルが通らないのを修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20100611_RedLauncher_Remodel@3031 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
f9be1775f4
commit
b8003fa382
@ -2300,9 +2300,9 @@ static void SYSMi_makeTitleIdList( void )
|
||||
list->sameMakerFlag[count/8] |= (u8)(0x1 << (count%8));
|
||||
}
|
||||
|
||||
// ジャンプ可能フラグON or ブートアプリ自身 or ジャンプ元アプリ ならばジャンプ可能
|
||||
// ジャンプ可能フラグON or ブートアプリ自身 or ジャンプ元アプリ ならばジャンプ可能
|
||||
if( pe_hs->permit_landing_normal_jump || hs->titleID == id ||
|
||||
( SYSMi_GetWork()->flags.arm7.isValidLauncherParam && SYSM_GetLauncherParamBody()->v1.bootTitleID && ( SYSM_GetLauncherParamBody()->v1.prevTitleID == id ) )
|
||||
( SYSMi_GetWork()->flags.arm7.isValidLauncherParam && SYSM_GetLauncherParamBody()->v1.bootTitleID && ( SYSM_GetLauncherParamBody()->v1.prevTitleID == id ) )
|
||||
)
|
||||
{
|
||||
// リストに追加してジャンプ可能フラグON
|
||||
|
||||
Loading…
Reference in New Issue
Block a user