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