Skip to content

Commit

Permalink
amiga icon
Browse files Browse the repository at this point in the history
  • Loading branch information
vadosnaprimer committed Nov 21, 2024
1 parent 1ec2a9a commit 90ca8ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BizHawk.Client.EmuHawk/Extensions/CoreExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
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
{
Expand All @@ -33,6 +34,7 @@ public static Bitmap Icon(this IEmulator core)
MAME => Properties.Resources.Mame,
MGBAHawk => Properties.Resources.Mgba,
NDS => Properties.Resources.MelonDS,
PUAE => Properties.Resources.Amiga,
_ => null
};
}
Expand Down
1 change: 1 addition & 0 deletions src/BizHawk.Client.EmuHawk/Properties/Resources.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ internal static class Resources
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");
Expand Down
Binary file added src/BizHawk.Client.EmuHawk/images/amiga.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 90ca8ea

Please sign in to comment.