セーブデータクリア時に、新規ファイルを作成するように仕様変更

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2104 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
(no author) 2008-08-05 08:04:58 +00:00
parent 5462e3b702
commit 414a3e813f

View File

@ -244,6 +244,7 @@ void DeleteSaveDatas(void)
OS_TPrintf("Deleted:%s %s\n", GAMECODE_LIST[i], path);
PrintString(0,(short) (24 + k++), 15, "Deleted:%s %s", GAMECODE_LIST[i], path);
}
FS_CreateFile(path, FS_PERMIT_W | FS_PERMIT_R);
NA_UnloadOtherTitleArchive();
}
}