CDROM: Read last delivered sector when pausing and reading without seek

Fixes Adidas Pro Soccer, Bedlem, Rise 2.
This commit is contained in:
Connor McLaughlin
2020-05-13 00:13:57 +10:00
parent d866bd9cb8
commit d6f6154380
3 changed files with 33 additions and 29 deletions

View File

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