From 639651a4205acb6a80f11990cd72fa57c6fb648f Mon Sep 17 00:00:00 2001 From: gameblabla Date: Tue, 17 Aug 2021 06:27:02 +0200 Subject: [PATCH] Fix save state compatibility that was broken by my CDrom timing changes. --- libpcsxcore/cdrom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h index afa45010..a37f6baf 100644 --- a/libpcsxcore/cdrom.h +++ b/libpcsxcore/cdrom.h @@ -59,7 +59,8 @@ typedef struct { unsigned char Absolute[3]; } subq; unsigned char TrackChanged; - unsigned char pad1[3]; + boolean m_locationChanged; + unsigned char pad1[2]; unsigned int freeze_ver; unsigned char Prev[4]; @@ -83,7 +84,6 @@ typedef struct { unsigned char SetSector[4]; unsigned char Track; boolean Play, Muted; - boolean m_locationChanged; int CurTrack; int Mode, File, Channel; int Reset; -- 2.39.2