From: gameblabla Date: Tue, 17 Aug 2021 04:27:02 +0000 (+0200) Subject: Fix save state compatibility that was broken by my CDrom timing changes. X-Git-Tag: r24l~572^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=639651a4205acb6a80f11990cd72fa57c6fb648f;hp=-c;p=pcsx_rearmed.git Fix save state compatibility that was broken by my CDrom timing changes. --- 639651a4205acb6a80f11990cd72fa57c6fb648f 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;