fix 7z loading
This commit is contained in:
parent
aa028acb35
commit
3008020a4b
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue