Remove properties for embedded resources removed in f3fce7a3e
This commit is contained in:
parent
f3fce7a3eb
commit
c9e699be1b
|
@ -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"));
|
||||
|
|
Loading…
Reference in New Issue