Skip to content

Commit fbac2ce

Browse files
committed
[Chore] (Config): update vendor string
1 parent b67a8d2 commit fbac2ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MobileGL/Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace MobileGL {
1313
namespace MG_Config {
1414
inline const String ProjectName = "MobileGL";
1515
inline const String CoreName = "MobileGL Core";
16-
inline const String CoreVendor = "MobileGL-Dev";
16+
inline const String CoreVendor = "MobileGL-Dev (BZLZHH, Swung0x48, Tungsten)";
1717
inline const Version CoreVersion = {26, 1, 0, "-dev", VersionType::Development};
1818
inline const VersionStringFormatAttrib DefaultVersionStringFormatAttrib = {2, 2, 0, true, true};
1919
extern UniquePtr<RendererInfo> RendererInfoPtr;

0 commit comments

Comments
 (0)