Explorar o código

ui: gl: enable swiftshader for riscv64

Signed-off-by: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
Rebecca Chang Swee Fun %!s(int64=2) %!d(string=hai) anos
pai
achega
96cc2bd182
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      ui/gl/features.gni

+ 2 - 1
ui/gl/features.gni

@@ -31,5 +31,6 @@ declare_args() {
                         (is_mac && use_egl) || is_chromeos_ash || is_fuchsia) &&
                        (target_cpu == "x86" || target_cpu == "x64" ||
                         target_cpu == "arm" || target_cpu == "arm64" ||
-                        target_cpu == "mipsel" || target_cpu == "mips64el")
+                        target_cpu == "mipsel" || target_cpu == "mips64el" ||
+                        target_cpu == "riscv64")
 }