From 491ba8fdcfd39a503bedd21b282991fc19aec7d4 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 28 Apr 2020 00:10:30 -0700 Subject: [PATCH] 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. --- emummc/emummc.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emummc/emummc.json b/emummc/emummc.json index 120d53929..6cb2d5c90 100644 --- a/emummc/emummc.json +++ b/emummc/emummc.json @@ -117,6 +117,8 @@ "svcReplyAndReceiveWithUserBuffer": "0x44", "svcCreateEvent": "0x45", "svcReadWriteRegister": "0x4E", + "svcMapTransferMemory": "0x51", + "svcUnmapTransferMemory": "0x52", "svcCreateInterruptEvent": "0x53", "svcQueryIoMapping": "0x55", "svcCreateDeviceAddressSpace": "0x56",