Fix save state compatibility that was broken by my CDrom timing changes.
authorgameblabla <gameblabla@protonmail.com>
Tue, 17 Aug 2021 04:27:02 +0000 (06:27 +0200)
committergameblabla <gameblabla@protonmail.com>
Tue, 17 Aug 2021 04:27:02 +0000 (06:27 +0200)
libpcsxcore/cdrom.h

index afa4501..a37f6ba 100644 (file)
@@ -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;