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@440 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
parent
74ee219364
commit
86548396f2
@ -225,6 +225,8 @@ void ControlState(common::HardwareStateManager& manager, ::std::vector<std::stri
|
||||
init = false;
|
||||
}
|
||||
|
||||
PutAliveMessage(operationMessage, "Exporting TWL SaveData");
|
||||
|
||||
// 処理が完了した
|
||||
if (IsExportThreadFinished())
|
||||
{
|
||||
@ -253,6 +255,8 @@ void ControlState(common::HardwareStateManager& manager, ::std::vector<std::stri
|
||||
init = false;
|
||||
}
|
||||
|
||||
PutAliveMessage(operationMessage, "Exporting TWL Sound Data");
|
||||
|
||||
// 処理が完了した
|
||||
if (IsExportThreadFinished())
|
||||
{
|
||||
@ -280,6 +284,8 @@ void ControlState(common::HardwareStateManager& manager, ::std::vector<std::stri
|
||||
init = false;
|
||||
}
|
||||
|
||||
PutAliveMessage(operationMessage, "Exporting TWL Photo Data");
|
||||
|
||||
// 処理が完了した
|
||||
if (IsExportThreadFinished())
|
||||
{
|
||||
@ -308,6 +314,8 @@ void ControlState(common::HardwareStateManager& manager, ::std::vector<std::stri
|
||||
operationMessage.push_back(::std::string("Connect AC Adapter!!"));
|
||||
}
|
||||
|
||||
PutAliveMessage(operationMessage, "Exporting Nand Data");
|
||||
|
||||
// データを書き込む
|
||||
if (!ExportData(manager))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user