No, iNumHWThreads does not directly read threads; it provides a count of available hardware threads.
No, iNumHWThreads does not directly read threads; it provides a count of available hardware threads.
You're checking if `iNumHWThreads` reflects cores or Intel threads. For Fallout 4, it uses the number of physical cores or threads available, depending on your system configuration. If you have 4 cores, that's what it should count. Use the actual core count for accuracy.