diff options
| author | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-03-11 23:36:10 +0000 |
|---|---|---|
| committer | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-03-11 23:36:10 +0000 |
| commit | f95ebb9d83f9637366580b44d0a4489b689ea4b8 (patch) | |
| tree | c64924c600b9900f7bf8b57f40dfd7b23df971ad /libpcsxcore/cdrom.h | |
| parent | 2cf09c4ba88d3bcdcf4252a2b52745ac6eb69152 (diff) | |
| download | pcsxr-f95ebb9d83f9637366580b44d0a4489b689ea4b8.tar.gz | |
cdrom: use single read/play cursor, handle cdlRead for cdda
cdlRead on cdda tested on real hardware
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83456 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/cdrom.h')
| -rwxr-xr-x | libpcsxcore/cdrom.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h index 31336c0c..290758ce 100755 --- a/libpcsxcore/cdrom.h +++ b/libpcsxcore/cdrom.h @@ -66,13 +66,14 @@ typedef struct { unsigned char ResultReady; unsigned char Cmd; unsigned char Readed; + unsigned char SetlocPending; u32 Reading; unsigned char ResultTN[6]; unsigned char ResultTD[4]; - unsigned char SetSector[4]; - unsigned char SetSectorEnd[4]; unsigned char SetSectorPlay[4]; + unsigned char SetSectorEnd[4]; + unsigned char SetSector[4]; unsigned char Track; boolean Play, Muted; int CurTrack; |
