About floater fixup, new contributors!

This commit is contained in:
Siana Gearz
2012-07-10 05:36:07 +02:00
parent b19c284eb7
commit 2f743fe2ce
2 changed files with 11 additions and 12 deletions

View File

@@ -208,13 +208,14 @@ LLFloaterAbout::LLFloaterAbout()
support.append( gSysCPU.getCPUString() );
support.append("\n");
/* This is confusing and WRONG.
support.append("SSE Support:");
if(gSysCPU.hasSSE())
support.append(" SSE2\n");
else if(gSysCPU.hasSSE())
support.append(" SSE\n");
else
support.append(" None\n");
support.append(" None\n"); */
U32 memory = gSysMemory.getPhysicalMemoryKB() / 1024;
// Moved hack adjustment to Windows memory size into llsys.cpp