dolphin/Source/Core
ghost cd19d5392e SaveState: Fix for race condition ("wait" didn't actually waited for file to flush/close).
g_compressAndDumpStateSyncEvent was Set() before destruction of file object (i.e. before flushing changes and closing file).

Also, adds Common::ScopeGuard wrapper for RAII.
2015-09-27 21:40:32 +03:00
..
AudioCommon
Common SaveState: Fix for race condition ("wait" didn't actually waited for file to flush/close). 2015-09-27 21:40:32 +03:00
Core
DiscIO
DolphinQt
DolphinWX
InputCommon
UICommon
VideoBackends
VideoCommon
CMakeLists.txt