Set core icon for new BSNES
This commit is contained in:
parent
57d612f4b4
commit
28264c6dee
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue