From c9e699be1b9d3b155859514e0d1b798e9b54a898 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Tue, 14 Apr 2020 01:33:18 +1000 Subject: [PATCH] Remove properties for embedded resources removed in f3fce7a3e --- BizHawk.Emulation.Cores/Properties/Resources.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BizHawk.Emulation.Cores/Properties/Resources.cs b/BizHawk.Emulation.Cores/Properties/Resources.cs index e27570e0c3..e99695d179 100644 --- a/BizHawk.Emulation.Cores/Properties/Resources.cs +++ b/BizHawk.Emulation.Cores/Properties/Resources.cs @@ -18,10 +18,6 @@ namespace BizHawk.Emulation.Cores.Properties { internal static readonly Lazy SameboyCgbBoot = new Lazy(() => ReadEmbeddedByteArray("cgb_boot.bin.gz")); internal static readonly Lazy SameboyDmgBoot = new Lazy(() => ReadEmbeddedByteArray("dmg_boot.bin.gz")); internal static readonly Lazy SgbCartPresent_SPC = new Lazy(() => ReadEmbeddedByteArray("sgb-cart-present.spc.gz")); - internal static readonly Lazy Spectrum3_V4_0_ROM0_bin = new Lazy(() => ReadEmbeddedByteArray("Spectrum3_V4-0_ROM0.bin.gz")); - internal static readonly Lazy Spectrum3_V4_0_ROM1_bin = new Lazy(() => ReadEmbeddedByteArray("Spectrum3_V4-0_ROM1.bin.gz")); - internal static readonly Lazy Spectrum3_V4_0_ROM2_bin = new Lazy(() => ReadEmbeddedByteArray("Spectrum3_V4-0_ROM2.bin.gz")); - internal static readonly Lazy Spectrum3_V4_0_ROM3_bin = new Lazy(() => ReadEmbeddedByteArray("Spectrum3_V4-0_ROM3.bin.gz")); internal static readonly Lazy ZX_128_ROM = new Lazy(() => ReadEmbeddedByteArray("128.ROM.gz")); internal static readonly Lazy ZX_48_ROM = new Lazy(() => ReadEmbeddedByteArray("48.ROM.gz")); internal static readonly Lazy ZX_plus2_rom = new Lazy(() => ReadEmbeddedByteArray("plus2.rom.gz"));