Line 1:
Line 1:
This goes into %DEVKITPRO%/libogc/include/pthread.h
This goes into %DEVKITPRO%/libogc/include/pthread.h
+
+
NOTE pthread_create priority number (last param) must be >0 and <=127, typically 64
+
the stack can be changed to a smaller value but note it is unusually easy to eat up the stack. The define size is recommended
+
please dont change the define as libogc recommends 8k.
<source lang = "cpp">
<source lang = "cpp">