Use different reply delays for various DI commands.

Fixes issue 5983.
This commit is contained in:
Jordan Woyak
2013-02-08 16:20:15 -06:00
parent 95d08db46f
commit a11827cdf0
3 changed files with 55 additions and 6 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 = 11;
static const u32 STATE_VERSION = 12;
struct StateHeader
{