mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@251 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
parent
0b5e60b37e
commit
da53d93d51
@ -15,7 +15,7 @@ TitleInfo:
|
|||||||
Version: 0
|
Version: 0
|
||||||
|
|
||||||
Rom:
|
Rom:
|
||||||
# HostRoot : romfiles
|
HostRoot : romfiles
|
||||||
# SaveDataSize: 512K
|
# SaveDataSize: 512K
|
||||||
|
|
||||||
AccessControlInfo:
|
AccessControlInfo:
|
||||||
|
|||||||
@ -276,7 +276,6 @@ void PutError(ErcDev dev,int cd)
|
|||||||
sprintf(sts,"ERROR %d",dev+code);
|
sprintf(sts,"ERROR %d",dev+code);
|
||||||
scr_Status(sts,COLOR_RED);
|
scr_Status(sts,COLOR_RED);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -1005,6 +1004,7 @@ void CheckSaveDataState()
|
|||||||
LogAdd_cat("> pcode = ",savedata.PrdCode);
|
LogAdd_cat("> pcode = ",savedata.PrdCode);
|
||||||
LogAdd("check savedata");
|
LogAdd("check savedata");
|
||||||
myres = savedata.IsExist();
|
myres = savedata.IsExist();
|
||||||
|
NN_LOG("%d",savedata.LastNnResult.GetDescription());
|
||||||
if (myres != RESULT_FAIL)
|
if (myres != RESULT_FAIL)
|
||||||
{
|
{
|
||||||
Active = true;//アクセス可能
|
Active = true;//アクセス可能
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user