mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
アクセス先をDNSで切り替えられるように
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@837 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
parent
bc3916b6b2
commit
1e1cecb3d2
@ -104,7 +104,7 @@ void TestNinjaCommunicator::GetNsUid()
|
||||
ConsoleRestore::NinjaCommunicator ninja;
|
||||
|
||||
NN_TEST_ASSERT(
|
||||
ninja.GetNsUid("https://10.12.6.122/ninja/ws/", 0x000400000FECD000).IsSuccess());
|
||||
ninja.GetNsUid("https://ninja.ctr.shop.nintendo.net/ninja/ws/", 0x000400000FECD000).IsSuccess());
|
||||
|
||||
size_t bufSize = 1024 * 1024; // 1MB
|
||||
common::HeapManager heap(bufSize);
|
||||
@ -127,7 +127,7 @@ void TestNinjaCommunicator::GetExternalKeyInfo()
|
||||
ConsoleRestore::NinjaCommunicator ninja;
|
||||
|
||||
NN_TEST_ASSERT(
|
||||
ninja.GetExternalKeyInfo("https://10.12.6.122/ninja/ws/", "50010000041101", "JP").IsSuccess());
|
||||
ninja.GetExternalKeyInfo("https://ninja.ctr.shop.nintendo.net/ninja/ws/", "50010000041101", "JP").IsSuccess());
|
||||
|
||||
size_t bufSize = 1024 * 1024; // 1MB
|
||||
common::HeapManager heap(bufSize);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user