Difference between revisions of "Talk:IOSU syscalls"
Jump to navigation
Jump to search
(Sorry, forgotten to add my sig :/) |
m (Cleared useless stuff) |
||
Line 1: | Line 1: | ||
− | + | I asked how to correctly use IOS_CreateThread : (Here's Tueidj answer) | |
− | + | proc is a function pointer, for a function that returns a u32 and takes one argument of type void*, which the new thread will execute. stack_top points to the top of the stack that will be used by the new thread. [[User:Tueidj|Tueidj]] ([[User talk:Tueidj|talk]]) 12:46, 4 August 2016 (CEST) | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 16:37, 9 August 2016
I asked how to correctly use IOS_CreateThread : (Here's Tueidj answer)
proc is a function pointer, for a function that returns a u32 and takes one argument of type void*, which the new thread will execute. stack_top points to the top of the stack that will be used by the new thread. Tueidj (talk) 12:46, 4 August 2016 (CEST)