diff --git a/src/anbox/cmds/check_features.cpp b/src/anbox/cmds/check_features.cpp index 5826d59..309d59f 100644 --- a/src/anbox/cmds/check_features.cpp +++ b/src/anbox/cmds/check_features.cpp @@ -32,6 +32,8 @@ std::vector cpu_whitelist = { // Intel Core i7 M620 "M 620", + // Intel Core i5 M460 + "M 460", // Intel Celeron N2840 "N2840", };