From 414a3e813ff7b3d16e8247cec1e285a04879227b Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Tue, 5 Aug 2008 08:04:58 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=BB=E3=83=BC=E3=83=96=E3=83=87=E3=83=BC?= =?UTF-8?q?=E3=82=BF=E3=82=AF=E3=83=AA=E3=82=A2=E6=99=82=E3=81=AB=E3=80=81?= =?UTF-8?q?=E6=96=B0=E8=A6=8F=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92?= =?UTF-8?q?=E4=BD=9C=E6=88=90=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=E4=BB=95=E6=A7=98=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2104 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/debugsoft/MakerTitle/TitleList/src/appmain.c | 1 + 1 file changed, 1 insertion(+) diff --git a/build/debugsoft/MakerTitle/TitleList/src/appmain.c b/build/debugsoft/MakerTitle/TitleList/src/appmain.c index 407a4c76..a632232c 100644 --- a/build/debugsoft/MakerTitle/TitleList/src/appmain.c +++ b/build/debugsoft/MakerTitle/TitleList/src/appmain.c @@ -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(); } }