PixelEngine: Replace volatile usages with atomics

Also removes two unused volatile variables.
This commit is contained in:
Lioncash
2015-05-27 02:18:22 -04:00
parent a6b327751a
commit ec03196267
2 changed files with 18 additions and 23 deletions

View File

@ -66,7 +66,7 @@ static Common::Event g_compressAndDumpStateSyncEvent;
static std::thread g_save_thread;
// Don't forget to increase this after doing changes on the savestate system
static const u32 STATE_VERSION = 43; // Last changed in PR 2232
static const u32 STATE_VERSION = 44; // Last changed in PR 2464
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,