正規のTIN、アプリケーションIDを使用するように

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@225 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
N2614 2011-04-26 12:36:39 +00:00
parent eb662c2cba
commit 63f81189b2
2 changed files with 3 additions and 5 deletions

View File

@ -44,8 +44,6 @@ do { \
namespace
{
const char* const TIGER_PROGRAM_ID_STR = "0004001000020900";
nn::Result s_ShopResult = nn::ResultSuccess();
const size_t UNREGISTER_THREAD_STACK_SIZE = 0x1000;
@ -288,11 +286,11 @@ void ShopOperationConnect()
-------------------------------------------------------------------- */
NN_LOG("nim::Shop::SetApplication Id\n");
nn::nim::Shop::SetParameter(EC_APP_ID, TIGER_PROGRAM_ID_STR);
nn::nim::Shop::SetApplicationId();
NIM_SHOP_RESULT_CHECK(result);
NN_LOG("nim::Shop::SetTIN\n");
result = nn::nim::Shop::SetTin(NIM_TIN);
result = nn::nim::Shop::SetTin(CONSOLE_RESTORE_TIN);
NIM_SHOP_RESULT_CHECK(result);

View File

@ -19,7 +19,7 @@
#include <nn.h>
#include <nn/nim.h>
#define NIM_TIN "56789"
#define CONSOLE_RESTORE_TIN "987654321"
namespace ConsoleRestore
{