diff --git a/src/anbox/cmds/check_features.cpp b/src/anbox/cmds/check_features.cpp index 309d59f..5d9ea6e 100644 --- a/src/anbox/cmds/check_features.cpp +++ b/src/anbox/cmds/check_features.cpp @@ -36,6 +36,8 @@ std::vector cpu_whitelist = { "M 460", // Intel Celeron N2840 "N2840", + // Intel Core i7 Q720 + "Q 720", }; } // namespace