mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-24 20:20:07 +00:00

Uncovered a bug within Thread's SetCoreAndAffinityMask() where an unsigned variable (ideal_core) was being compared against "< 0", which would always be a false condition. We can also get rid of an unused function (GetNextProcessorId) which contained a sign mismatch warning.