mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-10 07:06:34 +00:00
Stratosphere: Update sm.json to use new JSON format for elf2kip
This commit is contained in:
parent
86d9f51e8a
commit
8114a52d13
1 changed files with 56 additions and 62 deletions
|
@ -5,14 +5,9 @@
|
|||
"main_thread_priority" : 27,
|
||||
"default_cpu_id" : 3,
|
||||
"process_category" : 1,
|
||||
"kernel_capabilities" : [
|
||||
{
|
||||
"type" : "handle_table_size",
|
||||
"value" : 512
|
||||
},
|
||||
{
|
||||
"type" : "syscalls",
|
||||
"value" : {
|
||||
"kernel_capabilities" : {
|
||||
"handle_table_size" : 512,
|
||||
"syscalls" : {
|
||||
"svcSetHeapSize" : 1,
|
||||
"svcSetMemoryPermission" : 2,
|
||||
"svcSetMemoryAttribute" : 3,
|
||||
|
@ -67,5 +62,4 @@
|
|||
"svcConnectToPort" : 114
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue