Can you make a singlethread game use more than 1 core?

Ryukens

Reputable
Jan 21, 2016
3
0
4,520
Hello, the thing is this, I have a game than runs better putting the charge into a single thred of the CPU. The question is, is there any way to split the charge into the other cores?, I'm not asking this in order to improve performance, but to reduce heat output, or the charge into that single thread in order to last longer.
I'm just concern about taking take of the CPU, if spliting the charge doesn't change things, please let me know.

I'm running Trine 3 on a laptop, i7 4712mq CPU
 
Solution
Simple answer is No. That's not the way operating system assign and manage tasks. The whole point of single thread is to ensure that it runs on a single core for maximum efficiency and use of resources.