mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
emummc: fix console reinitialize on 10.x
10.x FS now receives a transfer memory to wipe BIS with and maps it. This requires SVCs that emummc did not give itself access to. This commit adds them, which prevents a FS process abort on re-init.
This commit is contained in:
parent
0bfbc6e6eb
commit
491ba8fdcf
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,8 @@
|
|||
"svcReplyAndReceiveWithUserBuffer": "0x44",
|
||||
"svcCreateEvent": "0x45",
|
||||
"svcReadWriteRegister": "0x4E",
|
||||
"svcMapTransferMemory": "0x51",
|
||||
"svcUnmapTransferMemory": "0x52",
|
||||
"svcCreateInterruptEvent": "0x53",
|
||||
"svcQueryIoMapping": "0x55",
|
||||
"svcCreateDeviceAddressSpace": "0x56",
|
||||
|
|
Loading…
Reference in a new issue