Merge pull request #896 from mrsf/master
cmds: add override for Intel Core i5 M 460
This commit is contained in:
commit
ec64b1b8ce
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ std::vector<std::string> cpu_whitelist = {
|
|||
|
||||
// Intel Core i7 M620
|
||||
"M 620",
|
||||
// Intel Core i5 M460
|
||||
"M 460",
|
||||
// Intel Celeron N2840
|
||||
"N2840",
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue