Search found 1 match

by devMiyax
Tue Mar 05, 2019 9:30 pm
Forum: Switch Development
Topic: How to use svcSetThreadCoreMask
Replies: 2
Views: 5947

How to use svcSetThreadCoreMask

HI, I am new to devkitPro and Switch Development and I am developing Homebrew app using libnx. What I'm suffering is multi-threading. In my app a thread seems to block other threads. I think it is due that my process uses only one CPU core. I find the function svcSetThreadCoreMask. I guess this func...