From 7cfecf189743067134460e3abe089dcd49e66b05 Mon Sep 17 00:00:00 2001 From: Rajko Stojadinovic Date: Mon, 30 Jul 2018 22:46:29 +0200 Subject: [PATCH] Update the available svcs hint to match npdm --- source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.c b/source/main.c index b7bb6e7..418e188 100644 --- a/source/main.c +++ b/source/main.c @@ -309,7 +309,7 @@ void loadNro(void) { EntryType_Argv, 0, {0, 0} }, { EntryType_NextLoadPath, 0, {0, 0} }, { EntryType_LastLoadResult, 0, {0, 0} }, - { EntryType_SyscallAvailableHint, 0, {0xffffffffffffffff, 0x1fc00000007ffff} }, + { EntryType_SyscallAvailableHint, 0, {0xffffffffffffffff, 0x1fc1fff0007ffff} }, { EntryType_EndOfList, 0, {0, 0} } };