Explorar o código

cpu_detect.cpp: Change comment from citra to yuzu

N00byKing %!s(int64=8) %!d(string=hai) anos
pai
achega
99d86deb1f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/x64/cpu_detect.cpp

+ 1 - 1
src/common/x64/cpu_detect.cpp

@@ -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));