mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 21:53:31 +01:00
fix silly string in CPUDetect
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7085 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
3201b61b52
commit
1f42061163
@ -207,7 +207,7 @@ std::string CPUInfo::Summarize()
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
sum = StringFromFormat("%s, %i cores", cpu_string, num_cores);
|
sum = StringFromFormat("%s, %i cores", cpu_string, num_cores);
|
||||||
if (HTT) sum += StringFromFormat(" (%i logical IDs per physical core)", logical_cpu_count);
|
if (HTT) sum += StringFromFormat(" (%i logical thread(s) per physical core)", logical_cpu_count);
|
||||||
}
|
}
|
||||||
if (bSSE) sum += ", SSE";
|
if (bSSE) sum += ", SSE";
|
||||||
if (bSSE2) sum += ", SSE2";
|
if (bSSE2) sum += ", SSE2";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user