Dashboard Cloner - more progress on Update tool

This commit is contained in:
adelikat 2013-03-08 22:21:04 +00:00
parent 4cd34a4fda
commit de4334f357
1 changed files with 8 additions and 1 deletions

View File

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