fix build. buzz off.
This commit is contained in:
parent
5c53c9b925
commit
daceefdd6a
|
@ -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<DirectoryInfo>(new[] { new DirectoryInfo(dllDir) });
|
||||
while (todo.Count > 0)
|
||||
|
|
Loading…
Reference in New Issue