diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-31 20:08:31 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-31 20:08:31 +0000 |
| commit | 3fefe4d803fb340291012a4eaed18fc73989dfd8 (patch) | |
| tree | 77a8591e97e9e646e44bd0e1323b9e384c63748c /plugins | |
| parent | de8e31e9f014b0db99d98620e0e2199b4ce967fa (diff) | |
| download | pcsxr-3fefe4d803fb340291012a4eaed18fc73989dfd8.tar.gz | |
dfcdrom: type fix;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87044 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rwxr-xr-x | plugins/dfcdrom/cdr-linux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/dfcdrom/cdr-linux.c b/plugins/dfcdrom/cdr-linux.c index c4100976..0e1f3fcb 100755 --- a/plugins/dfcdrom/cdr-linux.c +++ b/plugins/dfcdrom/cdr-linux.c @@ -288,6 +288,7 @@ long GetStatus(int playing, struct CdrStat *stat) { case CDS_DATA_2: case CDS_XA_2_1: case CDS_XA_2_2: + case CDS_MIXED: stat->Type = 0x01; break; } |
