mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 08:05:46 +00:00
thread: Rename mask to affinity_masks.
This commit is contained in:
parent
4b895995ab
commit
ce7d89cb0e
4 changed files with 6 additions and 5 deletions
|
@ -735,7 +735,7 @@ static ResultCode GetThreadCoreMask(Handle thread_handle, u32* core, u64* mask)
|
|||
}
|
||||
|
||||
*core = thread->ideal_core;
|
||||
*mask = thread->mask;
|
||||
*mask = thread->affinity_mask;
|
||||
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue