From c054d964a451ee59ac5f6afe2001fdcb44f3dd45 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 27 Jun 2022 08:32:07 -0700 Subject: [PATCH] svc: fix wrong ids for (Un)MapIoRegion --- nx/source/kernel/svc.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx/source/kernel/svc.s b/nx/source/kernel/svc.s index 17699b6d..a4352227 100644 --- a/nx/source/kernel/svc.s +++ b/nx/source/kernel/svc.s @@ -424,12 +424,12 @@ SVC_BEGIN svcCreateEvent SVC_END SVC_BEGIN svcMapIoRegion - svc 0x48 + svc 0x46 ret SVC_END SVC_BEGIN svcUnmapIoRegion - svc 0x49 + svc 0x47 ret SVC_END