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 1/2] 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 From 2d76da96050b3ac80e889202c637ab963c098891 Mon Sep 17 00:00:00 2001 From: nvschilleman <32854433+nvschilleman@users.noreply.github.com> Date: Sun, 9 Sep 2018 12:58:57 +0200 Subject: [PATCH 2/2] Update check_features.cpp --- src/anbox/cmds/check_features.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/anbox/cmds/check_features.cpp b/src/anbox/cmds/check_features.cpp index d045897..17d7ed9 100644 --- a/src/anbox/cmds/check_features.cpp +++ b/src/anbox/cmds/check_features.cpp @@ -37,8 +37,7 @@ std::vector cpu_whitelist = { // Intel Celeron N2840 "N2840", // Intel Pentium T4500 - "T4500", - + "T4500", }; } // namespace