From 5e8b83cce4529e6401de59ec010e2ef68b634150 Mon Sep 17 00:00:00 2001 From: "HuYingzhuo(hugo/hyzboy)" Date: Wed, 13 Sep 2023 12:15:02 +0800 Subject: [PATCH] added "Maleoon" GPU Vendor. --- inc/hgl/platform/SOC.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inc/hgl/platform/SOC.h b/inc/hgl/platform/SOC.h index 03e1035..49d3d48 100644 --- a/inc/hgl/platform/SOC.h +++ b/inc/hgl/platform/SOC.h @@ -155,7 +155,8 @@ namespace hgl Intel, Radeon, Tegra, - ENUM_CLASS_RANGE(Unknow,Tegra) + Maleoon, + ENUM_CLASS_RANGE(Unknow,Maleoon) }; constexpr const char *SOCGPUVendorName[]= @@ -169,6 +170,7 @@ namespace hgl "Intel", "Radeon", "Tegra", + "Maleoon", }; const SOCGPUVendor ParseSOCGPUVendor(const char *str);