mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 04:22:50 +02:00
svc: fix wrong ids for (Un)MapIoRegion
This commit is contained in:
parent
bb42eab289
commit
c054d964a4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user