mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
正規の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:
parent
eb662c2cba
commit
63f81189b2
@ -44,8 +44,6 @@ do { \
|
|||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
|
||||||
const char* const TIGER_PROGRAM_ID_STR = "0004001000020900";
|
|
||||||
|
|
||||||
nn::Result s_ShopResult = nn::ResultSuccess();
|
nn::Result s_ShopResult = nn::ResultSuccess();
|
||||||
|
|
||||||
const size_t UNREGISTER_THREAD_STACK_SIZE = 0x1000;
|
const size_t UNREGISTER_THREAD_STACK_SIZE = 0x1000;
|
||||||
@ -288,11 +286,11 @@ void ShopOperationConnect()
|
|||||||
-------------------------------------------------------------------- */
|
-------------------------------------------------------------------- */
|
||||||
NN_LOG("nim::Shop::SetApplication Id\n");
|
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);
|
NIM_SHOP_RESULT_CHECK(result);
|
||||||
|
|
||||||
NN_LOG("nim::Shop::SetTIN\n");
|
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);
|
NIM_SHOP_RESULT_CHECK(result);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
#include <nn.h>
|
#include <nn.h>
|
||||||
#include <nn/nim.h>
|
#include <nn/nim.h>
|
||||||
|
|
||||||
#define NIM_TIN "56789"
|
#define CONSOLE_RESTORE_TIN "987654321"
|
||||||
|
|
||||||
namespace ConsoleRestore
|
namespace ConsoleRestore
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user