and awesome and snazzy apple II keyboard image for the controller config dialog
This commit is contained in:
parent
530f2a43ed
commit
3178dd8b6b
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
|
@ -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 |
Loading…
Reference in New Issue