fix compile problem, sorry

This commit is contained in:
goyuken 2013-12-21 18:34:13 +00:00
parent 3c95174e8c
commit 43d5bd7b7e
1 changed files with 0 additions and 2 deletions

View File

@ -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;