remove more unused images, start using c64 symbol on c64 virtualpad

This commit is contained in:
adelikat 2020-07-23 16:19:42 -05:00
parent 1c606c1eb6
commit 34da24933a
8 changed files with 2 additions and 7 deletions

View File

@ -107,7 +107,6 @@
<EmbeddedResource Include="images/**/*" />
<EmbeddedResource Include="Resources/**/*" />
<EmbeddedResource Remove="images/.ico" />
<EmbeddedResource Remove="images/C64Symbol.png" />
<EmbeddedResource Remove="images/ControllerImages/TI83Calculator.png" />
<EmbeddedResource Remove="images/corphawk.ico" />
<EmbeddedResource Remove="images/ForwardMore.png" />

View File

@ -38,6 +38,7 @@ namespace BizHawk.Client.EmuHawk.Properties
internal static readonly Bitmap melonDS = ReadEmbeddedBitmap("melonDS");
internal static readonly Icon Bug_MultiSize = ReadEmbeddedIcon("Bug");
internal static readonly Bitmap Bug = ReadEmbeddedBitmap("Bug");
internal static readonly Bitmap C64Symbol = ReadEmbeddedBitmap("C64Symbol");
internal static readonly Icon calculator_MultiSize = ReadEmbeddedIcon("calculator");
internal static readonly Bitmap calculator = ReadEmbeddedBitmap("calculator");
internal static readonly Bitmap camera = ReadEmbeddedBitmap("camera");
@ -112,8 +113,6 @@ namespace BizHawk.Client.EmuHawk.Properties
internal static readonly Bitmap LightOn = ReadEmbeddedBitmap("LightOn");
internal static readonly Bitmap LoadConfig = ReadEmbeddedBitmap("LoadConfig");
internal static readonly Icon logo = ReadEmbeddedIcon("logo");
internal static readonly Icon log_window_MultiSize = ReadEmbeddedIcon("log_window");
internal static readonly Bitmap log_window = ReadEmbeddedBitmap("log_window");
internal static readonly Bitmap luaPictureBox = ReadEmbeddedBitmap("luaPictureBox");
internal static readonly Bitmap mame = ReadEmbeddedBitmap("mame");
internal static readonly Bitmap MessageConfig = ReadEmbeddedBitmap("MessageConfig");
@ -145,7 +144,6 @@ namespace BizHawk.Client.EmuHawk.Properties
internal static readonly Bitmap placeholder_bitmap = ReadEmbeddedBitmap("placeholder_bitmap");
internal static readonly Icon poke_MultiSize = ReadEmbeddedIcon("poke");
internal static readonly Bitmap poke = ReadEmbeddedBitmap("poke");
internal static readonly Icon Previous_MultiSize = ReadEmbeddedIcon("Previous");
internal static readonly Bitmap Previous = ReadEmbeddedBitmap("Previous");
internal static readonly Icon QuickNes_MultiSize = ReadEmbeddedIcon("QuickNes");
internal static readonly Bitmap QuickNes = ReadEmbeddedBitmap("QuickNes");
@ -174,7 +172,6 @@ namespace BizHawk.Client.EmuHawk.Properties
internal static readonly Bitmap SSE = ReadEmbeddedBitmap("SSE");
internal static readonly Bitmap SSW = ReadEmbeddedBitmap("SSW");
internal static readonly Bitmap Stop = ReadEmbeddedBitmap("Stop");
internal static readonly Bitmap StopButton = ReadEmbeddedBitmap("StopButton");
internal static readonly Bitmap SW = ReadEmbeddedBitmap("SW");
internal static readonly Icon TAStudio_MultiSize = ReadEmbeddedIcon("TAStudio");
internal static readonly Bitmap TAStudio = ReadEmbeddedBitmap("TAStudio");

View File

@ -45,7 +45,6 @@ namespace BizHawk.Client.EmuHawk
_avgStateSize = _statableCore.CloneSavestate().Length;
}
RewindEnabledBox.Checked = _config.Rewind.Enabled;
UseCompression.Checked = _config.Rewind.UseCompression;
BufferSizeUpDown.Value = Math.Max(_config.Rewind.BufferSize, BufferSizeUpDown.Minimum);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 807 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -91,7 +91,7 @@ namespace BizHawk.Client.EmuHawk
Key(326, 66, "Semicolon", ";"),
Key(346, 66, "Equal", "="),
Key(370, 66, "Return"),
Key(8, 90, "Commodore", "C64"),
new ButtonSchema(8, 90, "Key Commodore") { Icon = Properties.Resources.C64Symbol },
Key(44, 90, "Left Shift", "Shift"),
Key(82, 90, "Z"),
Key(106, 90, "X"),