remove a few no longer used corecomm path hookups
This commit is contained in:
parent
9ce2920d16
commit
013de207d8
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue