From 5f2b4fe4d2ca018566b572da5723a8b3f7d9c551 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 15 Mar 2020 16:16:58 -0500 Subject: [PATCH] PathEntryCOlleciton use this instead of Global reference to this, sheesh --- BizHawk.Client.Common/config/PathEntryCollection.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BizHawk.Client.Common/config/PathEntryCollection.cs b/BizHawk.Client.Common/config/PathEntryCollection.cs index dec8227ac2..bd76b979c0 100644 --- a/BizHawk.Client.Common/config/PathEntryCollection.cs +++ b/BizHawk.Client.Common/config/PathEntryCollection.cs @@ -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 DefaultValues => new List {