add icon for mGBA

This commit is contained in:
adelikat 2020-02-03 13:42:33 -06:00
parent 340fe48f3a
commit 185d4ad2a2
3 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,7 @@ using BizHawk.Emulation.Cores.Nintendo.SNES9X;
using BizHawk.Emulation.Cores.Consoles.Sega.gpgx;
using BizHawk.Emulation.Cores.Sony.PSP;
using BizHawk.Emulation.Cores.Arcades.MAME;
using BizHawk.Emulation.Cores.Nintendo.GBA;
using BizHawk.Emulation.Cores.Sega.MasterSystem;
namespace BizHawk.Client.EmuHawk.CoreExtensions
@ -60,6 +61,11 @@ namespace BizHawk.Client.EmuHawk.CoreExtensions
return Properties.Resources.mame;
}
if (core is MGBAHawk)
{
return Properties.Resources.mGba;
}
return null;
}

View File

@ -114,6 +114,7 @@ namespace BizHawk.Client.EmuHawk.Properties {
internal static readonly Bitmap luaPictureBox = ReadEmbeddedBitmap("luaPictureBox");
internal static readonly Bitmap mame = ReadEmbeddedBitmap("mame");
internal static readonly Bitmap MessageConfig = ReadEmbeddedBitmap("MessageConfig");
internal static readonly Bitmap mGba = ReadEmbeddedBitmap("mgba-16");
internal static readonly Icon monitor_MultiSize = ReadEmbeddedIcon("monitor");
internal static readonly Bitmap monitor = ReadEmbeddedBitmap("monitor");
internal static readonly Bitmap MoveBottom = ReadEmbeddedBitmapAt("Resources.MoveBottom.png");

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 B