Merge pull request #900 from palxex/add-q720-override
Update check_features.cpp - Added override for Core i7-720QM
This commit is contained in:
commit
12386eba78
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ std::vector<std::string> cpu_whitelist = {
|
|||
"M 460",
|
||||
// Intel Celeron N2840
|
||||
"N2840",
|
||||
// Intel Core i7 Q720
|
||||
"Q 720",
|
||||
// Intel Pentium T4500
|
||||
"T4500",
|
||||
// Intel Core i7 Q720
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue