mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 21:25: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
|
@ -248,7 +248,7 @@ public:
|
|||
std::shared_ptr<Scheduler> scheduler;
|
||||
|
||||
u32 ideal_core{0xFFFFFFFF};
|
||||
u64 mask{0x1};
|
||||
u64 affinity_mask{0x1};
|
||||
|
||||
private:
|
||||
Thread();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue