Nice work,,, this is the bit to change, so EA can fix this,,
if ((not $cider) and (not $doTestGPU))
# test each vendor against specific known driver builds
if ($isNvidia)
# identify the build range that has a Spore profile
if (($driverBuild >= 117519) and ($driverBuild <= 117699)) # notebook
setb sporeProfile true
elseif ($driverBuild >= 117741) # desktop
setb sporeProfile true
endif
seti oldDriverBuild 116375 # 10/4/2007
if ($driverBuild < $oldDriverBuild)
setb oldDriver true
endif
if ($isMultiGpu)
#seti oldDriverBuild 117519
setb isOldDriverBuildExit true
|