diff options
| -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 }; |
