mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-05-15 07:30:08 +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.