GrapheneCt / ThreadOptimizer

MIT License
34 stars 1 forks source link

Assassins Creed #2

Closed gabreek closed 3 years ago

gabreek commented 4 years ago

you can assign 4 cores to all tasks but not to TaskThread1, TaskThread2 and TaskThread3, are the main threads and if you assign more than one core per task the game not launches

simonizer2409 commented 4 years ago

You also can't assign more cores to "NGSUpdateTrhead". Otherwise the game will crash at startup. I did some comparisons (running the game @544p). There is no advantage running it with Thread Optimizer - at least not in using more cores, didn't change thread priorities. The framerate will stay completely the same (20-25 fps). Bottleneck seems to be the GPU.

GrapheneCt commented 4 years ago

Some games are programmed in way that editing attributes of some threads may break them. That is true for affinity, and especially for priority.

In most of the Vita games, GPU is the bottleneck.