Dashboard Cloner - more progress on Update tool
This commit is contained in:
parent
4cd34a4fda
commit
de4334f357
|
@ -24,7 +24,14 @@ namespace BizHawk.MultiClient
|
|||
/// <summary>
|
||||
/// The location of the default INI file
|
||||
/// </summary>
|
||||
public static string DefaultIniPath { get { return MakeProgramRelativePath("config.ini"); } }
|
||||
public static string DefaultIniPath
|
||||
{
|
||||
get
|
||||
{
|
||||
string blah = MakeProgramRelativePath("config.ini");
|
||||
return blah;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets absolute base as derived from EXE
|
||||
|
|
Loading…
Reference in New Issue