From 202241a1c41ccf540dc1909d8451b63eca65e808 Mon Sep 17 00:00:00 2001 From: nvschilleman <32854433+nvschilleman@users.noreply.github.com> Date: Sat, 8 Sep 2018 00:38:39 +0200 Subject: [PATCH] Update check_features.cpp --- src/anbox/cmds/check_features.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/anbox/cmds/check_features.cpp b/src/anbox/cmds/check_features.cpp index 309d59f..d045897 100644 --- a/src/anbox/cmds/check_features.cpp +++ b/src/anbox/cmds/check_features.cpp @@ -36,6 +36,9 @@ std::vector cpu_whitelist = { "M 460", // Intel Celeron N2840 "N2840", + // Intel Pentium T4500 + "T4500", + }; } // namespace