mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
セーブデータクリア時に、新規ファイルを作成するように仕様変更
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2104 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
5462e3b702
commit
414a3e813f
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user