Add an atari controller image for controller config dialog
This commit is contained in:
parent
49c751e4c4
commit
40698b119c
|
@ -682,6 +682,7 @@
|
|||
<None Include="images\console32x32.png" />
|
||||
<None Include="images\console16x16.png" />
|
||||
<None Include="images\Import.png" />
|
||||
<None Include="images\atari_controller.png" />
|
||||
<Content Include="images\logo.ico" />
|
||||
<Content Include="output\gamedb.txt" />
|
||||
<Content Include="output\gamedb_neshomebrew.txt" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.239
|
||||
// Runtime Version:4.0.30319.261
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
|
@ -60,6 +60,13 @@ namespace BizHawk.MultiClient.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap atari_controller {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("atari_controller", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap AudioHS {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("AudioHS", resourceCulture);
|
||||
|
|
|
@ -813,4 +813,7 @@
|
|||
<data name="Import" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\images\Import.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="atari_controller" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\images\atari_controller.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Loading…
Reference in New Issue