amiga icon

This commit is contained in:
feos 2024-11-21 21:18:22 +03:00
parent 1ec2a9a318
commit 90ca8ea6ca
3 changed files with 3 additions and 0 deletions
src/BizHawk.Client.EmuHawk
Extensions
Properties
images

View File

@ -9,6 +9,7 @@ using BizHawk.Emulation.Cores.Consoles.Sega.gpgx;
using BizHawk.Emulation.Cores.Arcades.MAME;
using BizHawk.Emulation.Cores.Consoles.Nintendo.NDS;
using BizHawk.Emulation.Cores.Nintendo.GBA;
using BizHawk.Emulation.Cores.Computers.Amiga;
namespace BizHawk.Client.EmuHawk.CoreExtensions
{
@ -33,6 +34,7 @@ namespace BizHawk.Client.EmuHawk.CoreExtensions
MAME => Properties.Resources.Mame,
MGBAHawk => Properties.Resources.Mgba,
NDS => Properties.Resources.MelonDS,
PUAE => Properties.Resources.Amiga,
_ => null
};
}

View File

@ -44,6 +44,7 @@ namespace BizHawk.Client.EmuHawk.Properties
internal static readonly Bitmap Add = ReadEmbeddedBitmap("add");
internal static readonly Bitmap AddEdit = ReadEmbeddedBitmap("AddEdit");
internal static readonly Bitmap AddWatch = ReadEmbeddedIconAsBitmap("addWatch");
internal static readonly Bitmap Amiga = ReadEmbeddedBitmap("amiga");
internal static readonly Bitmap ArrowBlackDown = ReadEmbeddedBitmap("arrow_black_down");
internal static readonly Lazy<Bitmap> AtariController = new Lazy<Bitmap>(() => ReadEmbeddedBitmap("atari_controller"));
internal static readonly Bitmap Audio = ReadEmbeddedBitmap("AudioHS");

Binary file not shown.

After

(image error) Size: 3.5 KiB