aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r--linden/indra/newview/llappviewer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index 268c4c0..0eaecb1 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -859,7 +859,7 @@ bool LLAppViewer::init()
859 minSpecs += "\n"; 859 minSpecs += "\n";
860 unsupported = true; 860 unsupported = true;
861 } 861 }
862 if(gSysCPU.getMhz() < minCPU) 862 if(gSysCPU.getMHz() < minCPU)
863 { 863 {
864 minSpecs += LLNotifications::instance().getGlobalString("UnsupportedCPU"); 864 minSpecs += LLNotifications::instance().getGlobalString("UnsupportedCPU");
865 minSpecs += "\n"; 865 minSpecs += "\n";
@@ -2468,7 +2468,7 @@ void LLAppViewer::writeSystemInfo()
2468 2468
2469 gDebugInfo["CPUInfo"]["CPUString"] = gSysCPU.getCPUString(); 2469 gDebugInfo["CPUInfo"]["CPUString"] = gSysCPU.getCPUString();
2470 gDebugInfo["CPUInfo"]["CPUFamily"] = gSysCPU.getFamily(); 2470 gDebugInfo["CPUInfo"]["CPUFamily"] = gSysCPU.getFamily();
2471 gDebugInfo["CPUInfo"]["CPUMhz"] = gSysCPU.getMhz(); 2471 gDebugInfo["CPUInfo"]["CPUMhz"] = gSysCPU.getMHz();
2472 gDebugInfo["CPUInfo"]["CPUAltivec"] = gSysCPU.hasAltivec(); 2472 gDebugInfo["CPUInfo"]["CPUAltivec"] = gSysCPU.hasAltivec();
2473 gDebugInfo["CPUInfo"]["CPUSSE"] = gSysCPU.hasSSE(); 2473 gDebugInfo["CPUInfo"]["CPUSSE"] = gSysCPU.hasSSE();
2474 gDebugInfo["CPUInfo"]["CPUSSE2"] = gSysCPU.hasSSE2(); 2474 gDebugInfo["CPUInfo"]["CPUSSE2"] = gSysCPU.hasSSE2();