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);