remove a few no longer used corecomm path hookups

This commit is contained in:
goyuken 2013-12-11 01:51:41 +00:00
parent 9ce2920d16
commit 013de207d8
2 changed files with 0 additions and 5 deletions

View File

@ -109,9 +109,6 @@ namespace BizHawk.Client.Common
target.PSX_FirmwaresPath = PathManager.MakeAbsolutePath(Global.Config.PathEntries.FirmwaresPath, null); // PathManager.MakeAbsolutePath(Global.Config.PathPSXFirmwares, "PSX");
target.C64_FirmwaresPath = PathManager.MakeAbsolutePath(Global.Config.PathEntries.FirmwaresPath, null); // PathManager.MakeAbsolutePath(Global.Config.PathC64Firmwares, "C64");
target.SNES_FirmwaresPath = PathManager.MakeAbsolutePath(Global.Config.PathEntries.FirmwaresPath, null); // PathManager.MakeAbsolutePath(Global.Config.PathSNESFirmwares, "SNES");
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;

View File

@ -16,8 +16,6 @@ namespace BizHawk.Emulation.Common
public bool GG_HighlightActiveDisplayRegion;
public string PSX_FirmwaresPath;
public string SNES_FirmwaresPath;
public string C64_FirmwaresPath;
public ICoreFileProvider CoreFileProvider;