Skip to content

Commit

Permalink
Fixes detection of CPU in AMD Triple, Six, Quad Core Processor
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 25, 2014
1 parent eea1198 commit 48e7aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i-nex/.src/FCpudb.module
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Public Sub _inits()
cpucache = Replace(Replace(Replace(Replace(Replace(Replace(Replace(cpucache, "Intel", ""), " ", "*"), "R", ""), "CPU", ""), "TM", ""), ")", ""), "(", "")
cpucache = Replace(Replace(Replace(Replace(Replace(cpucache, "AMD", "*"), "Core", "*"), "Dual", "*"), "Processor", "*"), "tm", "*")
cpucache = Replace(Replace(Replace(cpucache, "HD", "*"), "-", "*"), "Eight", "*")

cpucache = Replace(Replace(Replace(cpucache, "Triple", ""), "Six", ""), "Quad", "")
For z = 0 To database["DATABASE"].Count - 1
If database["DATABASE"][z]["PROCESSOR_MODEL_NAME"] Like "*" & cpucache & "*" Then

Expand Down

0 comments on commit 48e7aa3

Please sign in to comment.