mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
ptmへのイベント追加を早める
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@393 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
parent
12fe1f3868
commit
0cf3e8772c
@ -897,6 +897,9 @@ bool ExportData(common::HardwareStateManager& manager)
|
||||
{
|
||||
nn::Result result;
|
||||
|
||||
// 電源断の履歴をptmに追加する
|
||||
AddShutDownPtmEvent();
|
||||
|
||||
// リージョンデータをSDに書き込む
|
||||
result = WriteRegionData();
|
||||
COMMON_LOGGER_RETURN_FALSE_IF_FAILED(result);
|
||||
@ -921,9 +924,6 @@ bool ExportData(common::HardwareStateManager& manager)
|
||||
result = WriteIvs(manager);
|
||||
COMMON_LOGGER_RETURN_FALSE_IF_FAILED(result);
|
||||
|
||||
// 電源断の履歴をptmに追加する
|
||||
AddShutDownPtmEvent();
|
||||
|
||||
// RTCをSDに書き出す
|
||||
result = WriteMcuRtcData(manager);
|
||||
COMMON_LOGGER_RETURN_FALSE_IF_FAILED(result);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user