and awesome and snazzy apple II keyboard image for the controller config dialog

This commit is contained in:
adelikat 2015-05-17 21:22:13 +00:00
parent 530f2a43ed
commit 3178dd8b6b
5 changed files with 16 additions and 1 deletions

View File

@ -1901,6 +1901,7 @@
<None Include="images\connect_16x16.png" />
<None Include="images\add.png" />
<None Include="images\HawkInLove.png" />
<None Include="images\ControllerImages\AppleIIKeyboard.png" />
<Content Include="images\logo.ico" />
<None Include="images\Paste.png" />
<None Include="images\reboot.png" />

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
// Runtime Version:4.0.30319.0
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@ -100,6 +100,16 @@ namespace BizHawk.Client.EmuHawk.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap AppleIIKeyboard {
get {
object obj = ResourceManager.GetObject("AppleIIKeyboard", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>

View File

@ -1491,4 +1491,7 @@
<data name="HawkInLove" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\images\HawkInLove.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="AppleIIKeyboard" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\images\ControllerImages\AppleIIKeyboard.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

View File

@ -44,6 +44,7 @@ namespace BizHawk.Client.EmuHawk
ControllerImages.Add("Lynx Controller", Properties.Resources.Lynx);
ControllerImages.Add("PSX Gamepad Controller", Properties.Resources.PSX_Original_Controller);
ControllerImages.Add("PSX DualShock Controller", Properties.Resources.psx_dualshock);
ControllerImages.Add("Apple II Keyboard", Properties.Resources.AppleIIKeyboard);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB