PathEntryCOlleciton use this instead of Global reference to this, sheesh

This commit is contained in:
adelikat 2020-03-15 16:16:58 -05:00
parent 81d6ca335e
commit 5f2b4fe4d2
1 changed files with 2 additions and 2 deletions

View File

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