add DS controller image

This commit is contained in:
adelikat 2020-03-21 11:59:06 -05:00
parent a24d101f1c
commit 7e48d11594
3 changed files with 2 additions and 0 deletions
BizHawk.Client.EmuHawk
Properties
config
images/ControllerImages

View File

@ -69,6 +69,7 @@ namespace BizHawk.Client.EmuHawk.Properties {
internal static readonly Lazy<Bitmap> VBoyController = new Lazy<Bitmap>(() => ReadEmbeddedBitmap("ControllerImages.VBoyController"));
internal static readonly Lazy<Bitmap> WonderSwanColor = new Lazy<Bitmap>(() => ReadEmbeddedBitmap("ControllerImages.WonderSwanColor"));
internal static readonly Lazy<Bitmap> ZXSpectrumKeyboards = new Lazy<Bitmap>(() => ReadEmbeddedBitmap("ControllerImages.ZXSpectrumKeyboards"));
internal static readonly Lazy<Bitmap> DSController = new Lazy<Bitmap>(() => ReadEmbeddedBitmap("ControllerImages.DSController"));
internal static readonly Bitmap CopyFolderHS = ReadEmbeddedBitmap("CopyFolderHS");
internal static readonly Bitmap corphawk = ReadEmbeddedBitmapAt("images.corphawk.jpg");
internal static readonly Bitmap CorpHawkSmall = ReadEmbeddedBitmap("CorpHawkSmall");

View File

@ -49,6 +49,7 @@ namespace BizHawk.Client.EmuHawk
ControllerImages.Add("VirtualBoy Controller", Properties.Resources.VBoyController);
ControllerImages.Add("NeoGeo Portable Controller", Properties.Resources.NGPController);
ControllerImages.Add("MAME Controller", Properties.Resources.ArcadeController);
ControllerImages.Add("NDS Controller", Properties.Resources.DSController);
}
protected override void OnActivated(EventArgs e)

Binary file not shown.

After

(image error) Size: 19 KiB