ksys/act: Add more BaseProcMgr functions

This commit is contained in:
Léo Lam
2021-03-14 17:41:55 +01:00
parent 20960b596f
commit eef975f585
7 changed files with 362 additions and 60 deletions
@@ -31,6 +31,8 @@ public:
bool pushExtraJobs(sead::FixedSizeJQ* queue,
const agl::utl::AtomicPtrArray<BaseProcJobLink>& links);
void clear() { mNumExtraJobs = 0; }
private:
bool pushJobs(sead::FixedSizeJQ* queue, BaseProcJobLists* lists, int priority,
bool should_reset_job_idx, JobType type);