diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-09 00:37:54 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-09 00:37:54 +0000 |
| commit | 8eddf5ba80746b6ae710bef6428a49f7840f3adb (patch) | |
| tree | 54ef4c4cc65415650ae8970af8570c027233164c /libpcsxcore/cdriso.c | |
| parent | f65388d4a2cea6ace12d790f645c37d468e7cfc8 (diff) | |
V-Rally 2 - cdrom.c
- set data/cdda track type
- fixes LibCrypt
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59331 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/cdriso.c')
| -rw-r--r-- | libpcsxcore/cdriso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index 0e7b4bb1..867e371f 100644 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -65,7 +65,7 @@ long CALLBACK CDR__getStatus(struct CdrStat *stat); extern void *hCDRDriver; struct trackinfo { - enum {DATA, CDDA} type; + enum {DATA=1, CDDA} type; u8 start[3]; // MSF-format u8 length[3]; // MSF-format }; |
