mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-30 10:59:36 -06: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.