From fbac2ceb4ec2b36ca4aeee7aad7f11bcadf73e3d Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Sun, 11 Jan 2026 09:29:41 +0800 Subject: [PATCH] [Chore] (Config): update vendor string --- MobileGL/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobileGL/Config.h b/MobileGL/Config.h index 2e445429..74b49237 100644 --- a/MobileGL/Config.h +++ b/MobileGL/Config.h @@ -13,7 +13,7 @@ namespace MobileGL { namespace MG_Config { inline const String ProjectName = "MobileGL"; inline const String CoreName = "MobileGL Core"; - inline const String CoreVendor = "MobileGL-Dev"; + inline const String CoreVendor = "MobileGL-Dev (BZLZHH, Swung0x48, Tungsten)"; inline const Version CoreVersion = {26, 1, 0, "-dev", VersionType::Development}; inline const VersionStringFormatAttrib DefaultVersionStringFormatAttrib = {2, 2, 0, true, true}; extern UniquePtr RendererInfoPtr;