fix crashing of ClientApi when sgb is loaded, this system is bad, I'lll delete it the next it breaks a core

This commit is contained in:
adelikat 2020-04-24 16:12:40 -05:00
parent cd57802dde
commit fc45ffa60e
1 changed files with 2 additions and 0 deletions

View File

@ -233,6 +233,8 @@ namespace BizHawk.Client.Common
/// </summary>
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
/// <summary>