mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
fs.mitm: Remove unnecessary permissions from json.
This commit is contained in:
parent
c1c211f542
commit
6a58307d83
1 changed files with 1 additions and 8 deletions
|
@ -57,7 +57,6 @@
|
||||||
"svcReplyAndReceive": "0x43",
|
"svcReplyAndReceive": "0x43",
|
||||||
"svcReplyAndReceiveWithUserBuffer": "0x44",
|
"svcReplyAndReceiveWithUserBuffer": "0x44",
|
||||||
"svcCreateEvent": "0x45",
|
"svcCreateEvent": "0x45",
|
||||||
"svcReadWriteRegister": "0x4E",
|
|
||||||
"svcCreateInterruptEvent": "0x53",
|
"svcCreateInterruptEvent": "0x53",
|
||||||
"svcQueryIoMapping": "0x55",
|
"svcQueryIoMapping": "0x55",
|
||||||
"svcCreateDeviceAddressSpace": "0x56",
|
"svcCreateDeviceAddressSpace": "0x56",
|
||||||
|
@ -66,12 +65,6 @@
|
||||||
"svcMapDeviceAddressSpaceAligned": "0x5a",
|
"svcMapDeviceAddressSpaceAligned": "0x5a",
|
||||||
"svcUnmapDeviceAddressSpace": "0x5c",
|
"svcUnmapDeviceAddressSpace": "0x5c",
|
||||||
"svcGetSystemInfo": "0x6f"
|
"svcGetSystemInfo": "0x6f"
|
||||||
},
|
}
|
||||||
"map" : {
|
|
||||||
"address" : "0x40000000",
|
|
||||||
"size" : "0x40000",
|
|
||||||
"is_ro" : false,
|
|
||||||
"is_io" : true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue