未验证 提交 7a25b8bd 编写于 作者: S Simon Fels 提交者: GitHub

Merge pull request #897 from nvschilleman/master

Update check_features.cpp - Added override for Pentium T4500
...@@ -36,6 +36,8 @@ std::vector<std::string> cpu_whitelist = { ...@@ -36,6 +36,8 @@ std::vector<std::string> cpu_whitelist = {
"M 460", "M 460",
// Intel Celeron N2840 // Intel Celeron N2840
"N2840", "N2840",
// Intel Pentium T4500
"T4500",
}; };
} // namespace } // namespace
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册