cpu_detect.cpp: Change comment from citra to yuzu

This commit is contained in:
N00byKing 2018-03-26 21:43:39 +02:00 committed by GitHub
parent 9081b88eeb
commit 6b5f41b812

View file

@ -54,7 +54,7 @@ static CPUCaps Detect() {
caps.num_cores = std::thread::hardware_concurrency();
// Assumes the CPU supports the CPUID instruction. Those that don't would likely not support
// Citra at all anyway
// yuzu at all anyway
int cpu_id[4];
memset(caps.brand_string, 0, sizeof(caps.brand_string));