mirror of
https://github.com/zeldaret/botw
synced 2026-06-01 17:57:31 -04:00
ksys/act: Add more BaseProcMgr functions
This commit is contained in:
@@ -229,7 +229,7 @@ bool BaseProc::canWakeUp_() {
|
||||
return true;
|
||||
}
|
||||
|
||||
void BaseProc::queueExtraJobPush_(JobType type) {
|
||||
void BaseProc::queueExtraJobPush_(JobType type, int idx) {
|
||||
if (!isDeletedOrDeleting())
|
||||
BaseProcMgr::instance()->queueExtraJobPush(&getJobHandler(type)->getLink());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user