wonderswan controller image for controller config

This commit is contained in:
goyuken 2014-05-30 18:55:58 +00:00
parent 3dd6da2896
commit c99209ebf3
5 changed files with 14 additions and 391 deletions

View File

@ -1544,6 +1544,7 @@
<None Include="images\genplus.png" />
<None Include="images\gambatte.png" />
<None Include="images\dual.png" />
<None Include="config\ControllerImages\WonderSwanColor.png" />
<Content Include="images\logo.ico" />
<None Include="images\Paste.png" />
<None Include="images\reboot.png" />

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -38,6 +38,8 @@ namespace BizHawk.Client.EmuHawk
ControllerImages.Add("PC Engine Controller", Properties.Resources.PCEngineController);
ControllerImages.Add("Commodore 64 Controller", Properties.Resources.C64Joystick);
ControllerImages.Add("TI83 Controller", Properties.Resources.TI83_Controller);
ControllerImages.Add("WonderSwan Controller", Properties.Resources.WonderSwanColor);
}
private ControllerConfig()

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB