From 6a58307d83f4810a2395981331728d9d8fdfaf62 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sat, 9 Jun 2018 19:34:25 -0600 Subject: [PATCH] fs.mitm: Remove unnecessary permissions from json. --- stratosphere/fs_mitm/fs_mitm.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/stratosphere/fs_mitm/fs_mitm.json b/stratosphere/fs_mitm/fs_mitm.json index f4c4850f3..e285c7c8e 100644 --- a/stratosphere/fs_mitm/fs_mitm.json +++ b/stratosphere/fs_mitm/fs_mitm.json @@ -57,7 +57,6 @@ "svcReplyAndReceive": "0x43", "svcReplyAndReceiveWithUserBuffer": "0x44", "svcCreateEvent": "0x45", - "svcReadWriteRegister": "0x4E", "svcCreateInterruptEvent": "0x53", "svcQueryIoMapping": "0x55", "svcCreateDeviceAddressSpace": "0x56", @@ -66,12 +65,6 @@ "svcMapDeviceAddressSpaceAligned": "0x5a", "svcUnmapDeviceAddressSpace": "0x5c", "svcGetSystemInfo": "0x6f" - }, - "map" : { - "address" : "0x40000000", - "size" : "0x40000", - "is_ro" : false, - "is_io" : true - } + } } } \ No newline at end of file