mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-12-22 20:31:14 +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,
|
"main_thread_priority" : 27,
|
||||||
"default_cpu_id" : 3,
|
"default_cpu_id" : 3,
|
||||||
"process_category" : 1,
|
"process_category" : 1,
|
||||||
"kernel_capabilities" : [
|
"kernel_capabilities" : {
|
||||||
{
|
"handle_table_size" : 512,
|
||||||
"type" : "handle_table_size",
|
"syscalls" : {
|
||||||
"value" : 512
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type" : "syscalls",
|
|
||||||
"value" : {
|
|
||||||
"svcSetHeapSize" : 1,
|
"svcSetHeapSize" : 1,
|
||||||
"svcSetMemoryPermission" : 2,
|
"svcSetMemoryPermission" : 2,
|
||||||
"svcSetMemoryAttribute" : 3,
|
"svcSetMemoryAttribute" : 3,
|
||||||
|
@ -67,5 +62,4 @@
|
||||||
"svcConnectToPort" : 114
|
"svcConnectToPort" : 114
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue