diff --git a/BizHawk.MultiClient/config/PathManager.cs b/BizHawk.MultiClient/config/PathManager.cs index b640e86786..d329e237ca 100644 --- a/BizHawk.MultiClient/config/PathManager.cs +++ b/BizHawk.MultiClient/config/PathManager.cs @@ -24,7 +24,14 @@ namespace BizHawk.MultiClient /// /// The location of the default INI file /// - public static string DefaultIniPath { get { return MakeProgramRelativePath("config.ini"); } } + public static string DefaultIniPath + { + get + { + string blah = MakeProgramRelativePath("config.ini"); + return blah; + } + } /// /// Gets absolute base as derived from EXE