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@297 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
parent
a96ae0accd
commit
5b9bcf5eb0
@ -1027,6 +1027,11 @@ void ControlState(common::HardwareStateManager& manager, ::std::vector<std::stri
|
||||
|
||||
case WAIT_START_TRANSFER_ACCOUNT:
|
||||
{
|
||||
if(s_SkipNupMode)
|
||||
{
|
||||
operationMessage.push_back(::std::string("After Operating BMS Account Transfer,"));
|
||||
}
|
||||
|
||||
operationMessage.push_back(::std::string("Push A or START Button"));
|
||||
operationMessage.push_back(::std::string("Transfer Account Mode"));
|
||||
if (!s_PlayedStartCursor)
|
||||
|
||||
@ -43,6 +43,7 @@ const char* const SHOP_OPERATION_STR[] =
|
||||
"Connect",
|
||||
"Get Ivs",
|
||||
"Unregister",
|
||||
"Force Unregister",
|
||||
"Connect Without Close",
|
||||
"Download Title"
|
||||
};
|
||||
|
||||
@ -202,7 +202,7 @@ void TitleDownloader::Start()
|
||||
|
||||
nn::nim::TitleConfig config;
|
||||
result = GetTitleConfig(m_ProgramIdList[i], &config);
|
||||
COMMON_LOGGER_RESULT_IF_FAILED(result);
|
||||
COMMON_LOGGER_RESULT_IF_FAILED_WITH_LINE(result);
|
||||
if (result.IsSuccess())
|
||||
{
|
||||
StartShopOperationSingle(SHOP_OPERATION_DOWNLOAD_TITLE, config);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user