mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +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_END
|
||||||
|
|
||||||
SVC_BEGIN svcMapIoRegion
|
SVC_BEGIN svcMapIoRegion
|
||||||
svc 0x48
|
svc 0x46
|
||||||
ret
|
ret
|
||||||
SVC_END
|
SVC_END
|
||||||
|
|
||||||
SVC_BEGIN svcUnmapIoRegion
|
SVC_BEGIN svcUnmapIoRegion
|
||||||
svc 0x49
|
svc 0x47
|
||||||
ret
|
ret
|
||||||
SVC_END
|
SVC_END
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user