mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 15:09:57 +00:00
cpu_detect.cpp: Change comment from citra to yuzu
This commit is contained in:
parent
b326369704
commit
99d86deb1f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ static CPUCaps Detect() {
|
||||||
caps.num_cores = std::thread::hardware_concurrency();
|
caps.num_cores = std::thread::hardware_concurrency();
|
||||||
|
|
||||||
// Assumes the CPU supports the CPUID instruction. Those that don't would likely not support
|
// 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];
|
int cpu_id[4];
|
||||||
memset(caps.brand_string, 0, sizeof(caps.brand_string));
|
memset(caps.brand_string, 0, sizeof(caps.brand_string));
|
||||||
|
|
Loading…
Reference in a new issue