mirror of
https://github.com/zeldaret/botw
synced 2026-07-07 21:30:57 -04:00
Add #ifdef declarations for NON_MATCHING code
This commit is contained in:
@@ -80,7 +80,8 @@ bool BaseProcJobQue::pushJobs(sead::FixedSizeJQ* queue, BaseProcJobLists* lists,
|
||||
return true;
|
||||
}
|
||||
|
||||
// NON_MATCHING: sxtw + madd -> smaddl
|
||||
// sxtw + madd -> smaddl
|
||||
#ifdef NON_MATCHING
|
||||
bool BaseProcJobQue::pushExtraJobs(sead::FixedSizeJQ* queue, BaseProcJobLists* lists, int priority,
|
||||
JobType type) {
|
||||
const auto& list = lists->getList(priority);
|
||||
@@ -104,6 +105,7 @@ bool BaseProcJobQue::pushExtraJobs(sead::FixedSizeJQ* queue, BaseProcJobLists* l
|
||||
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
bool BaseProcJobQue::pushExtraJobs(sead::FixedSizeJQ* queue,
|
||||
const agl::utl::AtomicPtrArray<BaseProcJobLink>& links) {
|
||||
|
||||
Reference in New Issue
Block a user