mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
Update Utilities/Thread.cpp
Co-authored-by: Bird Egop <sampletext32@bk.ru>
This commit is contained in:
parent
cbe0000d23
commit
5f8564c655
@ -2543,7 +2543,7 @@ u64 thread_ctrl::get_affinity_mask(thread_class group)
|
||||
rsx_mask = 0b00000000000000001111111100000000;
|
||||
break;
|
||||
case 24:
|
||||
// 3900X, Assign threads 7-22
|
||||
// 3900X, Assign threads 7-24
|
||||
ppu_mask = 0b111111000000000000000000;
|
||||
spu_mask = 0b000000111111000000000000;
|
||||
rsx_mask = 0b000000000000111111000000;
|
||||
|
Loading…
Reference in New Issue
Block a user