diff options
Diffstat (limited to 'libpcsxcore')
| -rw-r--r-- | libpcsxcore/cdriso.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index 53de714e..159ba8db 100644 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -791,6 +791,9 @@ static long CALLBACK ISOgetStatus(struct CdrStat *stat) { sec = cddaCurOffset / CD_FRAMESIZE_RAW; sec2msf(sec, (char *)stat->Time); } + else { + stat->Type = 0x01; + } return 0; } |
