Files
Ziemas 1012020035 Use libco for cooperative threading in overlord (#1684)
* 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
2022-07-22 11:54:27 -04:00

7 lines
97 B
C
Vendored
Generated

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <libco.h>