diff --git a/src/BizHawk.Client.EmuHawk/Extensions/CoreExtensions.cs b/src/BizHawk.Client.EmuHawk/Extensions/CoreExtensions.cs index 8432ec6017..e1e4f41c3d 100644 --- a/src/BizHawk.Client.EmuHawk/Extensions/CoreExtensions.cs +++ b/src/BizHawk.Client.EmuHawk/Extensions/CoreExtensions.cs @@ -2,6 +2,7 @@ using BizHawk.Emulation.Common; using BizHawk.Emulation.Cores.Consoles.Nintendo.QuickNES; +using BizHawk.Emulation.Cores.Nintendo.BSNES; using BizHawk.Emulation.Cores.Nintendo.SNES; using BizHawk.Emulation.Cores.Nintendo.Gameboy; using BizHawk.Emulation.Cores.Nintendo.SNES9X; @@ -27,7 +28,7 @@ namespace BizHawk.Client.EmuHawk.CoreExtensions // (select) cores A-Z by value of `CoreAttribute.CoreName` return core switch { - LibsnesCore => Properties.Resources.Bsnes, + BsnesCore or LibsnesCore or SubBsnesCore => Properties.Resources.Bsnes, Gameboy => Properties.Resources.Gambatte, GPGX => Properties.Resources.GenPlus, MAME => Properties.Resources.Mame,