fix 7z loading

This commit is contained in:
adelikat 2013-10-25 03:04:27 +00:00
parent aa028acb35
commit 3008020a4b
1 changed files with 2 additions and 1 deletions

View File

@ -205,7 +205,8 @@ namespace SevenZip
}
}
static readonly string Namespace = Assembly.GetExecutingAssembly().GetManifestResourceNames()[0].Split('.')[0];
//static readonly string Namespace = Assembly.GetExecutingAssembly().GetManifestResourceNames()[0].Split('.')[0];
static readonly string Namespace = "BizHawk"; //Remove dirty hack above
private static string GetResourceString(string str)
{