diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-10-05 19:56:30 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-10-05 19:56:30 +0000 |
| commit | 93ec41b986b74213580570dc93cfcd390dd637a4 (patch) | |
| tree | 826ff2ac270a32c1a79ae42bd983b0c4e34dab24 /libpcsxcore/cdrom.h | |
| parent | fa37b7c57f1e98a44e2267b90db789f8dd6f3cd8 (diff) | |
| download | pcsxr-93ec41b986b74213580570dc93cfcd390dd637a4.tar.gz | |
Twisted Metal - World Tour: cdrom.c
- Don't mix DATA / AUDIO seek cursors
(fixes main menu)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@58113 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/cdrom.h')
| -rw-r--r-- | libpcsxcore/cdrom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h index da4fe108..1ce1f5f2 100644 --- a/libpcsxcore/cdrom.h +++ b/libpcsxcore/cdrom.h @@ -71,6 +71,7 @@ typedef struct { unsigned char ResultTD[4]; unsigned char SetSector[4]; unsigned char SetSectorSeek[4]; + unsigned char SetSectorPlay[4];
unsigned char Track; boolean Play, Muted; int CurTrack; |
