diff --git a/BizHawk.Client.Common/SystemInfo.cs b/BizHawk.Client.Common/SystemInfo.cs index 549c5504d1..6ec2a5a751 100644 --- a/BizHawk.Client.Common/SystemInfo.cs +++ b/BizHawk.Client.Common/SystemInfo.cs @@ -233,6 +233,8 @@ namespace BizHawk.Client.Common /// public static SystemInfo MSX { get; } = new SystemInfo("MSX", CoreSystem.MSX, 2); + public static SystemInfo Sgb { get; } = new SystemInfo("SGB", CoreSystem.SuperGameBoy, 4); + #endregion Get SystemInfo ///