Skip to content

Commit

Permalink
Fix for APU with Radeon(TM) R7 Graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jun 24, 2014
1 parent f075f5b commit f13ae10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/i-nex/.src/FCpudb.module
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ Public Sub _inits()

'For the purpose of the database, certain words have to be converted to an empty value.
cpucache = Replace(Replace(Replace(Replace(cpucache, "with", "*"), "APU", "*"), "Graphics", "*"), "Radeon", "*")
'Fix for APU with Radeon(TM) R7 Graphics
cpucache = Replace(cpucache, "R7", "")
'
cpucache = Replace(Replace(Replace(Replace(Replace(Replace(Replace(cpucache, "Intel", ""), " ", "*"), "R", ""), "CPU", ""), "TM", ""), ")", ""), "(", "")
cpucache = Replace(Replace(Replace(Replace(cpucache, "AMD", "*"), "Dual-Core", "*"), "Processor", "*"), "tm", "*")
cpucache = Replace(cpucache, "HD", "*")
Expand Down

0 comments on commit f13ae10

Please sign in to comment.