Files
jak-project/game/overlord/overlord.h
T
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

11 lines
245 B
C

#pragma once
#ifndef JAK_V2_OVERLORD_H
#define JAK_V2_OVERLORD_H
int start_overlord(int argc, const char* const* argv);
int start_overlord_wrapper(int argc, const char* const* argv, bool* signal);
void ExitIOP();
#endif // JAK_V2_OVERLORD_H