diff --git a/BizHawk.Client.EmuHawk/Program.cs b/BizHawk.Client.EmuHawk/Program.cs index 34fdfee1bb..1c6624d55c 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 WhackAllMOTWCrapp(string dllDir) + static void WhackAllMOTW(string dllDir) { var todo = new Queue(new[] { new DirectoryInfo(dllDir) }); while (todo.Count > 0)