diff --git a/src/anbox/cmds/check_features.cpp b/src/anbox/cmds/check_features.cpp index 41e001f..9f1dc87 100644 --- a/src/anbox/cmds/check_features.cpp +++ b/src/anbox/cmds/check_features.cpp @@ -38,6 +38,8 @@ std::vector cpu_whitelist = { "N2840", // Intel Core i7 Q720 "Q 720", + // Intel Pentium T4500 + "T4500", }; } // namespace