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, "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
} }
} }
]
} }