Eliminate some baseless restrictions in PointerWrap, mainly vector<string> not working.

This commit is contained in:
Jordan Woyak
2013-03-02 03:28:44 -06:00
parent 008fdc7310
commit 2356e5c0e7
5 changed files with 123 additions and 116 deletions

View File

@ -71,7 +71,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 = 15;
static const u32 STATE_VERSION = 16;
struct StateHeader
{