mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
SYSM_DeleteTmpDirectory() から呼び出すディレクトリの削除用の関数を
NAMUT_DeleteNandTmpDirectory() に変更 git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2262 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
17aa454428
commit
efb026dc9d
@ -156,7 +156,7 @@ void SYSM_DeleteTmpDirectory( TitleProperty *pBootTitle )
|
|||||||
{
|
{
|
||||||
// bootTypeがLAUNCHER_BOOTTYPE_TEMPでない場合、tmpフォルダ内のデータを消す
|
// bootTypeがLAUNCHER_BOOTTYPE_TEMPでない場合、tmpフォルダ内のデータを消す
|
||||||
if( !pBootTitle || pBootTitle->flags.bootType != LAUNCHER_BOOTTYPE_TEMP ) {
|
if( !pBootTitle || pBootTitle->flags.bootType != LAUNCHER_BOOTTYPE_TEMP ) {
|
||||||
if( NAMUT_DeleteNandDirectory( "nand:/tmp" ) ) {
|
if( NAMUT_DeleteNandTmpDirectory() ) {
|
||||||
OS_TPrintf( "\"nand:/tmp\" delete succeeded.\n" );
|
OS_TPrintf( "\"nand:/tmp\" delete succeeded.\n" );
|
||||||
}else {
|
}else {
|
||||||
OS_TPrintf( "\"nand:/tmp\" delete failed.\n" );
|
OS_TPrintf( "\"nand:/tmp\" delete failed.\n" );
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user