SVC: Difference between revisions
→CreateProcessInfo: lol |
Add notes about what LimitableResources limit. |
||
Line 1,703: | Line 1,703: | ||
== LimitableResource == | == LimitableResource == | ||
{| class=wikitable | {| class=wikitable | ||
! Value || Name | ! Value || Name || Note | ||
|- | |- | ||
| 0 || LimitableResource_Memory | | 0 || LimitableResource_Memory || Bytes of memory a process may allocate. | ||
|- | |- | ||
| 1 || LimitableResource_Threads | | 1 || LimitableResource_Threads || Amount of threads a process can create. | ||
|- | |- | ||
| 2 || LimitableResource_Events | | 2 || LimitableResource_Events || Amount of events a process can create through svcCreateEvent or svcSendAsyncRequestWithUserBuffer. | ||
|- | |- | ||
| 3 || LimitableResource_TransferMemories | | 3 || LimitableResource_TransferMemories || Amount of TransferMemory a process can create through svcCreateTransferMemory. | ||
|- | |- | ||
| 4 || LimitableResource_Sessions | | 4 || LimitableResource_Sessions || Amount of session a process can create through svcCreateSession, svcConnectToPort or svcConnectToNamedPort. | ||
|} | |} | ||