Fix linux build and various warnings.

Increase savestate version.
This commit is contained in:
crudelios 2014-09-16 20:18:15 +01:00
commit 47c67f014f
4 changed files with 16 additions and 17 deletions

View file

@ -63,7 +63,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 = 35;
static const u32 STATE_VERSION = 36;
enum
{