This commit is contained in:
zeromus 2012-09-27 11:58:04 +00:00
parent a69ee5fa81
commit 1fbbbaf776
2 changed files with 2 additions and 2 deletions

View File

@ -336,7 +336,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo.SNES
if (hint == "msu1.rom") return "";
//build romfilename
string test = Path.Combine(CoreInputComm.SNES_FirmwarePath ?? "", hint);
string test = Path.Combine(CoreInputComm.SNES_FirmwaresPath ?? "", hint);
//does it exist?
if (!File.Exists(test))

View File

@ -8,7 +8,7 @@
public bool PCE_ShowBG1, PCE_ShowOBJ1, PCE_ShowBG2, PCE_ShowOBJ2;
public bool SMS_ShowBG, SMS_ShowOBJ;
public string SNES_FirmwarePath;
public string SNES_FirmwaresPath;
public bool SNES_ShowBG1_0, SNES_ShowBG2_0, SNES_ShowBG3_0, SNES_ShowBG4_0;
public bool SNES_ShowBG1_1, SNES_ShowBG2_1, SNES_ShowBG3_1, SNES_ShowBG4_1;
public bool SNES_ShowOBJ_0, SNES_ShowOBJ_1, SNES_ShowOBJ_2, SNES_ShowOBJ_3;