CDROM: Add delay when swapping discs

Fixes broken disc swap detection in Metal Gear Solid.
This commit is contained in:
Connor McLaughlin
2020-05-20 02:26:06 +10:00
parent 415880fc40
commit 340640821e
3 changed files with 61 additions and 38 deletions

View File

@ -2,7 +2,7 @@
#include "types.h"
static constexpr u32 SAVE_STATE_MAGIC = 0x43435544;
static constexpr u32 SAVE_STATE_VERSION = 34;
static constexpr u32 SAVE_STATE_VERSION = 35;
#pragma pack(push, 4)
struct SAVE_STATE_HEADER