Remove properties for embedded resources removed in f3fce7a3e

This commit is contained in:
YoshiRulz 2020-04-14 01:33:18 +10:00
parent f3fce7a3eb
commit c9e699be1b
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 0 additions and 4 deletions

View File

@ -18,10 +18,6 @@ namespace BizHawk.Emulation.Cores.Properties {
internal static readonly Lazy<byte[]> SameboyCgbBoot = new Lazy<byte[]>(() => ReadEmbeddedByteArray("cgb_boot.bin.gz"));
internal static readonly Lazy<byte[]> SameboyDmgBoot = new Lazy<byte[]>(() => ReadEmbeddedByteArray("dmg_boot.bin.gz"));
internal static readonly Lazy<byte[]> SgbCartPresent_SPC = new Lazy<byte[]>(() => ReadEmbeddedByteArray("sgb-cart-present.spc.gz"));
internal static readonly Lazy<byte[]> Spectrum3_V4_0_ROM0_bin = new Lazy<byte[]>(() => ReadEmbeddedByteArray("Spectrum3_V4-0_ROM0.bin.gz"));
internal static readonly Lazy<byte[]> Spectrum3_V4_0_ROM1_bin = new Lazy<byte[]>(() => ReadEmbeddedByteArray("Spectrum3_V4-0_ROM1.bin.gz"));
internal static readonly Lazy<byte[]> Spectrum3_V4_0_ROM2_bin = new Lazy<byte[]>(() => ReadEmbeddedByteArray("Spectrum3_V4-0_ROM2.bin.gz"));
internal static readonly Lazy<byte[]> Spectrum3_V4_0_ROM3_bin = new Lazy<byte[]>(() => ReadEmbeddedByteArray("Spectrum3_V4-0_ROM3.bin.gz"));
internal static readonly Lazy<byte[]> ZX_128_ROM = new Lazy<byte[]>(() => ReadEmbeddedByteArray("128.ROM.gz"));
internal static readonly Lazy<byte[]> ZX_48_ROM = new Lazy<byte[]>(() => ReadEmbeddedByteArray("48.ROM.gz"));
internal static readonly Lazy<byte[]> ZX_plus2_rom = new Lazy<byte[]>(() => ReadEmbeddedByteArray("plus2.rom.gz"));