diff --git a/BizHawk.Client.EmuHawk/Program.cs b/BizHawk.Client.EmuHawk/Program.cs index 1c6624d55c..34fdfee1bb 100644 --- a/BizHawk.Client.EmuHawk/Program.cs +++ b/BizHawk.Client.EmuHawk/Program.cs @@ -320,7 +320,7 @@ namespace BizHawk.Client.EmuHawk [DllImport("kernel32.dll", SetLastError = true)] static extern uint SetDllDirectory(string lpPathName); - static void WhackAllMOTW(string dllDir) + static void WhackAllMOTWCrapp(string dllDir) { var todo = new Queue<DirectoryInfo>(new[] { new DirectoryInfo(dllDir) }); while (todo.Count > 0)