mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
SPIEDERのチェックはスキップするように
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@454 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
parent
bbc33135c2
commit
b33e72b607
@ -345,6 +345,14 @@ nn::Result SystemSavedataChecker::CleanUp(bool erase)
|
||||
std::wstring currentDirectory;
|
||||
for (s32 i = 0; i < SYSTEM_SAVE_DATA_NUM; i++)
|
||||
{
|
||||
// SPIDERのスキップ
|
||||
if(SYSTEM_SAVEDATA_COUPLE_LIST[i].id == 0x00020088 ||
|
||||
SYSTEM_SAVEDATA_COUPLE_LIST[i].id == 0x0002009d ||
|
||||
SYSTEM_SAVEDATA_COUPLE_LIST[i].id == 0x00020094)
|
||||
{
|
||||
NN_LOG("Skip SPIDER\n");
|
||||
continue;
|
||||
}
|
||||
result = nn::fs::MountSystemSaveData(SYSTEM_SAVEDATA_ARCHIVE_NAME, SYSTEM_SAVEDATA_COUPLE_LIST[i].id );
|
||||
if (result.IsFailure())
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user