Skip to content
Snippets Groups Projects
Unverified Commit 99d86deb authored by N00byKing's avatar N00byKing Committed by GitHub
Browse files

cpu_detect.cpp: Change comment from citra to yuzu

parent b3263697
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment