summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-20 17:06:00 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-20 17:06:00 +0000
commitb7fc25cc94ab79c4c225aeb028e12b83f3c3ef4e (patch)
tree54505fbb472300de2ab180c48884b116c1a3a69b /loader
parent6a8d08a063ded30ca08840c9aabc50b87ef0bfc3 (diff)
downloadmpv-b7fc25cc94ab79c4c225aeb028e12b83f3c3ef4e.tar.bz2
mpv-b7fc25cc94ab79c4c225aeb028e12b83f3c3ef4e.tar.xz
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
Diffstat (limited to 'loader')
-rw-r--r--loader/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/win32.c b/loader/win32.c
index c3cda9a0c1..8a9218d8f7 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -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;