About floater fixup, new contributors!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user