summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdrom.h
diff options
context:
space:
mode:
authorSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-10-05 19:56:30 +0000
committerSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-10-05 19:56:30 +0000
commit93ec41b986b74213580570dc93cfcd390dd637a4 (patch)
tree826ff2ac270a32c1a79ae42bd983b0c4e34dab24 /libpcsxcore/cdrom.h
parentfa37b7c57f1e98a44e2267b90db789f8dd6f3cd8 (diff)
downloadpcsxr-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.h1
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;