10l by me, noticed by a guy with a transmeta cpu, but forgot his name, sorry

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10140 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-05-20 17:06:00 +00:00
parent 6a8d08a063
commit b7fc25cc94
1 changed files with 1 additions and 1 deletions

View File

@ -934,7 +934,7 @@ static void WINAPI expGetSystemInfo(SYSTEM_INFO* si)
cachedsi.dwProcessorType = PROCESSOR_INTEL_486;
cachedsi.wProcessorLevel = 4;
}
else if (gCpuCaps.cpuType > 5)
else if (gCpuCaps.cpuType >= 5)
{
cachedsi.dwProcessorType = PROCESSOR_INTEL_PENTIUM;
cachedsi.wProcessorLevel = 5;