Set core icon for new BSNES

This commit is contained in:
YoshiRulz 2025-04-08 15:36:37 +10:00
parent 57d612f4b4
commit 28264c6dee
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 1 deletions

View File

@ -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,