notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9abd586
)
Fix save state compatibility that was broken by my CDrom timing changes.
author
gameblabla
<gameblabla@protonmail.com>
Tue, 17 Aug 2021 04:27:02 +0000
(06:27 +0200)
committer
gameblabla
<gameblabla@protonmail.com>
Tue, 17 Aug 2021 04:27:02 +0000
(06:27 +0200)
libpcsxcore/cdrom.h
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/cdrom.h
b/libpcsxcore/cdrom.h
index
afa4501
..
a37f6ba
100644
(file)
--- 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;