Remove savestate wait that caused nothing but trouble
This commit is contained in:
parent
1f913ef4d9
commit
35f2599c13
|
@ -3801,11 +3801,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
backupFile.Delete();
|
backupFile.Delete();
|
||||||
}
|
}
|
||||||
|
|
||||||
//deletes are asynchronous, need to wait for it to be gone
|
|
||||||
//TODO - make a common utility method to replace a backup including this whole process
|
|
||||||
while (backupFile.Exists)
|
|
||||||
Thread.Sleep(10);
|
|
||||||
|
|
||||||
File.Move(path, backup);
|
File.Move(path, backup);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue