mirror of
https://github.com/open-goal/jak-project
synced 2026-05-27 16:14:18 -04:00
1012020035
* IopThreadRecord -> IopThread * add libco * Use cooperative threading for IOP threads * Ugly solution for overlord start Needs to run in a thread * Clean out thread shutdown logic * Update comments
7 lines
97 B
C
Vendored
Generated
7 lines
97 B
C
Vendored
Generated
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <time.h>
|
|
|
|
#include <libco.h>
|