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,67 +5,61 @@
"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 "svcSetHeapSize" : 1,
}, "svcSetMemoryPermission" : 2,
{ "svcSetMemoryAttribute" : 3,
"type" : "syscalls", "svcMapMemory" : 4,
"value" : { "svcUnmapMemory" : 5,
"svcSetHeapSize" : 1, "svcQueryMemory" : 6,
"svcSetMemoryPermission" : 2, "svcExitProcess" : 7,
"svcSetMemoryAttribute" : 3, "svcCreateThread" : 8,
"svcMapMemory" : 4, "svcStartThread" : 9,
"svcUnmapMemory" : 5, "svcExitThread" : 10,
"svcQueryMemory" : 6, "svcSleepThread" : 11,
"svcExitProcess" : 7, "svcGetThreadPriority" : 12,
"svcCreateThread" : 8, "svcSetThreadPriority" : 13,
"svcStartThread" : 9, "svcGetThreadCoreMask" : 14,
"svcExitThread" : 10, "svcSetThreadCoreMask" : 15,
"svcSleepThread" : 11, "svcGetCurrentProcessorNumber" : 16,
"svcGetThreadPriority" : 12, "svcSignalEvent" : 17,
"svcSetThreadPriority" : 13, "svcClearEvent" : 18,
"svcGetThreadCoreMask" : 14, "svcMapSharedMemory" : 19,
"svcSetThreadCoreMask" : 15, "svcUnmapSharedMemory" : 20,
"svcGetCurrentProcessorNumber" : 16, "svcCreateTransferMemory" : 21,
"svcSignalEvent" : 17, "svcCloseHandle" : 22,
"svcClearEvent" : 18, "svcResetSignal" : 23,
"svcMapSharedMemory" : 19, "svcWaitSynchronization" : 24,
"svcUnmapSharedMemory" : 20, "svcCancelSynchronization" : 25,
"svcCreateTransferMemory" : 21, "svcArbitrateLock" : 26,
"svcCloseHandle" : 22, "svcArbitrateUnlock" : 27,
"svcResetSignal" : 23, "svcWaitProcessWideKeyAtomic" : 28,
"svcWaitSynchronization" : 24, "svcSignalProcessWideKey" : 29,
"svcCancelSynchronization" : 25, "svcGetSystemTick" : 30,
"svcArbitrateLock" : 26, "svcConnectToNamedPort" : 31,
"svcArbitrateUnlock" : 27, "svcSendSyncRequestLight" : 32,
"svcWaitProcessWideKeyAtomic" : 28, "svcSendSyncRequest" : 33,
"svcSignalProcessWideKey" : 29, "svcSendSyncRequestWithUserBuffer" : 34,
"svcGetSystemTick" : 30, "svcSendAsyncRequestWithUserBuffer" : 35,
"svcConnectToNamedPort" : 31, "svcGetProcessId" : 36,
"svcSendSyncRequestLight" : 32, "svcGetThreadId" : 37,
"svcSendSyncRequest" : 33, "svcBreak" : 38,
"svcSendSyncRequestWithUserBuffer" : 34, "svcOutputDebugString" : 39,
"svcSendAsyncRequestWithUserBuffer" : 35, "svcReturnFromException" : 40,
"svcGetProcessId" : 36, "svcGetInfo" : 41,
"svcGetThreadId" : 37, "svcWaitForAddress" : 52,
"svcBreak" : 38, "svcSignalToAddress" : 53,
"svcOutputDebugString" : 39, "svcCreateSession" : 64,
"svcReturnFromException" : 40, "svcAcceptSession" : 65,
"svcGetInfo" : 41, "svcReplyAndReceiveLight" : 66,
"svcWaitForAddress" : 52, "svcReplyAndReceive" : 67,
"svcSignalToAddress" : 53, "svcReplyAndReceiveWithUserBuffer" : 68,
"svcCreateSession" : 64, "svcGetMemoryInfo" : 111,
"svcAcceptSession" : 65, "svcCreatePort" : 112,
"svcReplyAndReceiveLight" : 66, "svcManageNamedPort" : 113,
"svcReplyAndReceive" : 67, "svcConnectToPort" : 114
"svcReplyAndReceiveWithUserBuffer" : 68,
"svcGetMemoryInfo" : 111,
"svcCreatePort" : 112,
"svcManageNamedPort" : 113,
"svcConnectToPort" : 114
}
} }
] }
} }