mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-23 11:34:56 +01:00

g_compressAndDumpStateSyncEvent was Set() before destruction of file object (i.e. before flushing changes and closing file). Also, adds Common::ScopeGuard wrapper for RAII.