CDROM: Update position while seeking for GetlocP

Fixes track selection in WipEout.
This commit is contained in:
Connor McLaughlin
2020-05-20 01:52:53 +10:00
parent 7bb087fe73
commit 5d46556b7d
5 changed files with 90 additions and 22 deletions

View File

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