From 3008020a4bc48e8c98e1fcc6c6be27cf4490ee39 Mon Sep 17 00:00:00 2001 From: adelikat Date: Fri, 25 Oct 2013 03:04:27 +0000 Subject: [PATCH] fix 7z loading --- BizHawk.Client.Common/7z/LibraryManager.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/7z/LibraryManager.cs b/BizHawk.Client.Common/7z/LibraryManager.cs index 86ad2f7c86..caa398dc1c 100644 --- a/BizHawk.Client.Common/7z/LibraryManager.cs +++ b/BizHawk.Client.Common/7z/LibraryManager.cs @@ -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) {