KProcess: Difference between revisions

Bond697 (talk | contribs)
No edit summary
Bond697 (talk | contribs)
update for n3ds
Line 138: Line 138:
| ?
| ?
|}
|}


Structure for [[8.0.0-18]] NATIVE_FIRM:
Structure for [[8.0.0-18]] NATIVE_FIRM:
Line 276: Line 277:
| ?
| ?
| Unknown
| Unknown
|}
Structure for [[8.1.0-0 New3DS]] NATIVE_FIRM:
Size : 0x270 bytes
{| class="wikitable" border="1"
|-
!  Offset
! Type
!  Description
|-
| 0x0
| u32
| Pointer to vtable
|-
| 0x4
| u32
| Reference count
|-
| 0x8
| u32
| Count of KThreads that sync with this object - number of nodes in the linked list below
|-
| 0xC
| KLinkedListNode*
| Pointer to first KLinkedListNode in node list of KThreads that sync with this object
|-
| 0x10
| KLinkedListNode*
| Pointer to last KLinkedListNode in node list of KThreads that sync with this object
|}
|}