Stratosphere: Update sm.json to use new JSON format for elf2kip

This commit is contained in:
Michael Scire 2018-04-23 01:06:37 -06:00
parent 86d9f51e8a
commit 8114a52d13

View file

@ -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
}
}
]
}