mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
TEMPアプリのときのBootSRLPath設定を修正
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1249 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
8d736138f1
commit
73e3238bc7
@ -309,7 +309,7 @@ void SYSMi_SetBootSRLPathToWork2( TitleProperty *pBootTitle )
|
||||
}
|
||||
break;
|
||||
case LAUNCHER_BOOTTYPE_TEMP:
|
||||
STD_TSNPrintf( path, FS_ENTRY_LONGNAME_MAX, OS_TMP_APP_PATH, pBootTitle->titleID );
|
||||
STD_TSNPrintf( path, FS_ENTRY_LONGNAME_MAX, "nand:/tmp/jump.app", pBootTitle->titleID );
|
||||
break;
|
||||
default:
|
||||
path[ 0 ] = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user