PathEntryCOlleciton use this instead of Global reference to this, sheesh
This commit is contained in:
parent
81d6ca335e
commit
5f2b4fe4d2
|
@ -101,9 +101,9 @@ namespace BizHawk.Client.Common
|
|||
}
|
||||
}
|
||||
|
||||
public string FirmwaresPathFragment => Global.Config.PathEntries["Global", "Firmware"].Path;
|
||||
public string FirmwaresPathFragment => this["Global", "Firmware"].Path;
|
||||
|
||||
internal string TempFilesFragment => Global.Config.PathEntries["Global", "Temp Files"].Path;
|
||||
internal string TempFilesFragment => this["Global", "Temp Files"].Path;
|
||||
|
||||
public static List<PathEntry> DefaultValues => new List<PathEntry>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue