From b4b013edc0f617ceb095b39441e8177a04d596d2 Mon Sep 17 00:00:00 2001 From: masagrator Date: Sat, 11 Apr 2020 22:02:26 +0200 Subject: [PATCH] Change SyscallAvailableHint to hint svcGetSystemInfo --- source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.c b/source/main.c index 165b338..aa13885 100644 --- a/source/main.c +++ b/source/main.c @@ -408,7 +408,7 @@ void loadNro(void) { EntryType_Argv, 0, {0, 0} }, { EntryType_NextLoadPath, 0, {0, 0} }, { EntryType_LastLoadResult, 0, {0, 0} }, - { EntryType_SyscallAvailableHint, 0, {0xffffffffffffffff, 0x9fc1fff0007ffff} }, + { EntryType_SyscallAvailableHint, 0, {0xffffffffffffffff, 0x9fc9fff0007ffff} }, { EntryType_RandomSeed, 0, {0, 0} }, { EntryType_UserIdStorage, 0, {(u64)(uintptr_t)&g_userIdStorage, 0} }, { EntryType_HosVersion, 0, {0, 0} },