BizHawk/BizHawk.Client.Common/rewind
zeromus ba4b32f619 rename TempFileCleaner to TempFileManager; add global path config for temp files
I did this in a funny way (sets the environment for the process).
The idea is that any code which sloppily used Path.GetTempDirectory (etc.) would now have its pathing changed.
It is a little dangerous to allow this to be changed on the fly (I do allow it) since something may expect it to be stable, but I think it's OK.
So anyway. keep your eyes peeled for problems. It's possible I could do this differently and only affect a subset of safely managed things.

should fix #1252
2018-09-11 21:32:50 -04:00
..
RewindThreader.cs more misc Client.Common cleanups 2017-05-17 13:18:26 -05:00
Rewinder.cs fix racey crash during rewinder thread shutdown 2017-06-11 17:24:32 -05:00
StreamBlobDatabase.cs rename TempFileCleaner to TempFileManager; add global path config for temp files 2018-09-11 21:32:50 -04:00