From 43d5bd7b7e5d34f5128f18397ad3b2259fa83545 Mon Sep 17 00:00:00 2001 From: goyuken Date: Sat, 21 Dec 2013 18:34:13 +0000 Subject: [PATCH] fix compile problem, sorry --- BizHawk.Client.Common/CoreFileProvider.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/BizHawk.Client.Common/CoreFileProvider.cs b/BizHawk.Client.Common/CoreFileProvider.cs index 3b9a91f066..8e88381e55 100644 --- a/BizHawk.Client.Common/CoreFileProvider.cs +++ b/BizHawk.Client.Common/CoreFileProvider.cs @@ -107,8 +107,6 @@ namespace BizHawk.Client.Common target.SMS_ShowBG = Global.Config.SMSDispBG; target.SMS_ShowOBJ = Global.Config.SMSDispOBJ; - target.PSX_FirmwaresPath = PathManager.MakeAbsolutePath(Global.Config.PathEntries.FirmwaresPathFragment, null); // PathManager.MakeAbsolutePath(Global.Config.PathPSXFirmwares, "PSX"); - target.SNES_ShowBG1_0 = Global.Config.SNES_ShowBG1_0; target.SNES_ShowBG1_1 = Global.Config.SNES_ShowBG1_1; target.SNES_ShowBG2_0 = Global.Config.SNES_ShowBG2_0;