Add Lynx controller image to controller config dialog
This commit is contained in:
parent
eaf409d4af
commit
81146fde8e
|
@ -1759,6 +1759,7 @@
|
||||||
<None Include="images\Both.png" />
|
<None Include="images\Both.png" />
|
||||||
<None Include="config\ControllerImages\A78Joystick.png" />
|
<None Include="config\ControllerImages\A78Joystick.png" />
|
||||||
<None Include="config\ControllerImages\IntVController.png" />
|
<None Include="config\ControllerImages\IntVController.png" />
|
||||||
|
<None Include="config\ControllerImages\Lynx.png" />
|
||||||
<Content Include="config\ControllerImages\N64.png" />
|
<Content Include="config\ControllerImages\N64.png" />
|
||||||
<Content Include="config\ControllerImages\SaturnController.jpg" />
|
<Content Include="config\ControllerImages\SaturnController.jpg" />
|
||||||
<None Include="images\addWatch.ico" />
|
<None Include="images\addWatch.ico" />
|
||||||
|
|
|
@ -730,6 +730,16 @@ namespace BizHawk.Client.EmuHawk.Properties {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap Lynx {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("Lynx", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -1464,4 +1464,7 @@
|
||||||
<data name="user_blue_small" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="user_blue_small" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\images\user_blue_small.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\images\user_blue_small.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Lynx" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\config\ControllerImages\Lynx.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -41,6 +41,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
ControllerImages.Add("TI83 Controller", Properties.Resources.TI83_Controller);
|
ControllerImages.Add("TI83 Controller", Properties.Resources.TI83_Controller);
|
||||||
|
|
||||||
ControllerImages.Add("WonderSwan Controller", Properties.Resources.WonderSwanColor);
|
ControllerImages.Add("WonderSwan Controller", Properties.Resources.WonderSwanColor);
|
||||||
|
ControllerImages.Add("Lynx Controller", Properties.Resources.Lynx);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnActivated(EventArgs e)
|
protected override void OnActivated(EventArgs e)
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
Loading…
Reference in New Issue