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@804 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
parent
d8b738cb00
commit
0c0f0d8fa4
@ -34,6 +34,10 @@ QR
|
||||
`$HORIZON_ROOT/sources/libraries/nwm/CTR`
|
||||
にコピーしてからnwmをリビルドする必要がある。
|
||||
|
||||
### アカウントサルベージライブラリ
|
||||
source/common/actslv_20140513.patch
|
||||
を適用してビルドすること
|
||||
|
||||
リリース時の注意
|
||||
=============
|
||||
|
||||
|
||||
@ -1,56 +0,0 @@
|
||||
Index: sources/libraries/act/CTR/act_ApiAdmin.cpp
|
||||
===================================================================
|
||||
--- sources/libraries/act/CTR/act_ApiAdmin.cpp (revision 54688)
|
||||
+++ sources/libraries/act/CTR/act_ApiAdmin.cpp (working copy)
|
||||
@@ -192,6 +192,22 @@
|
||||
u32 approvalId,
|
||||
bool isOffDeviceAccessEnabled)
|
||||
{
|
||||
+ NN_UNUSED_VAR(pAccountId);
|
||||
+ NN_UNUSED_VAR(pAccountPassword);
|
||||
+ NN_UNUSED_VAR(pMailAddress);
|
||||
+ NN_UNUSED_VAR(isParentMailAddress);
|
||||
+ NN_UNUSED_VAR(isEnabledToReceiveAds);
|
||||
+ NN_UNUSED_VAR(birthday);
|
||||
+ NN_UNUSED_VAR(gender);
|
||||
+ NN_UNUSED_VAR(simpleAddressId);
|
||||
+ NN_UNUSED_VAR(timeZone);
|
||||
+ NN_UNUSED_VAR(agreedEulaInfo);
|
||||
+ NN_UNUSED_VAR(agreedEulaTime);
|
||||
+ NN_UNUSED_VAR(approvalId);
|
||||
+ NN_UNUSED_VAR(isOffDeviceAccessEnabled);
|
||||
+ nn::Result result;
|
||||
+ return result;
|
||||
+#if 0
|
||||
NN_ACT_RETURN_RESULT_IF_NOT_INITIALIZED_ADMIN();
|
||||
|
||||
NN_ACT_RETURN_RESULT_IF_NULL(pAccountId);
|
||||
@@ -212,6 +228,7 @@
|
||||
NN_ACT_RETURN_IF_FAILED(ActAdmin::BindToNewServerAccount(event.GetHandle(), NN_ACT_SLOT_NO_CURRENT, pAccountId, pAccountPassword, pMailAddress, isParentMailAddress, isEnabledToReceiveAds, birthday, gender, simpleAddressId, timeZone, agreedEulaInfo, agreedEulaTime, approvalId, isOffDeviceAccessEnabled));
|
||||
|
||||
return WaitAndGetLastResponseResult( &event );
|
||||
+#endif
|
||||
}
|
||||
|
||||
Result BindToExistentServerAccount(
|
||||
@@ -452,6 +469,12 @@
|
||||
u32 simpleAddressId,
|
||||
const TimeZone& timeZone)
|
||||
{
|
||||
+ NN_UNUSED_VAR(gender);
|
||||
+ NN_UNUSED_VAR(simpleAddressId);
|
||||
+ NN_UNUSED_VAR(timeZone);
|
||||
+ nn::Result result;
|
||||
+ return result;
|
||||
+#if 0
|
||||
{
|
||||
nn::cfg::SimpleAddressId* pSimpleAddressId = reinterpret_cast<nn::cfg::SimpleAddressId*>(&simpleAddressId);
|
||||
*pSimpleAddressId = nn::cfg::ConvertToWiiUSimpleAddressId( *pSimpleAddressId );
|
||||
@@ -470,6 +493,7 @@
|
||||
}
|
||||
|
||||
return UpdateAccountInfo(xmlData);
|
||||
+#endif
|
||||
}
|
||||
|
||||
Result UpdateIsEnabledToReceiveAds( bool isEnabledToReceiveAds )
|
||||
File diff suppressed because it is too large
Load Diff
20902
trunk/ConsoleDataMigration/sources/common/actslv_20140513.patch
Normal file
20902
trunk/ConsoleDataMigration/sources/common/actslv_20140513.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user