Changeset 10475


Ignore:
Timestamp:
Feb 20, 2004, 11:05:39 AM (21 years ago)
Author:
sandervl
Message:

Default CPU is a Pentium when the one in the system isn't recognized

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/kernel32/cpu.cpp

    r9880 r10475  
    1 /* $Id: cpu.cpp,v 1.14 2003-02-28 15:37:21 sandervl Exp $ */
     1/* $Id: cpu.cpp,v 1.15 2004-02-20 10:05:39 sandervl Exp $ */
    22/*
    33 * Odin win32 CPU apis
     
    126126                        break;
    127127                default:
     128                        cachedsi.dwProcessorType = PROCESSOR_INTEL_PENTIUM;
    128129                        break;
    129130                }
Note: See TracChangeset for help on using the changeset viewer.