Added MacOS X CD-ROM audio support (thanks Max and Darrell)
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40614
This commit is contained in:
parent
e44379a4b6
commit
c8ea4a77eb
12 changed files with 2287 additions and 5 deletions
|
@ -64,8 +64,8 @@ static void ListTracks(SDL_CD *cdrom)
|
|||
trtype="unknown";
|
||||
break;
|
||||
}
|
||||
printf("\tTrack (index %d) %d: %d:%2.2d [%s track]\n", i,
|
||||
cdrom->track[i].id, m, s, trtype);
|
||||
printf("\tTrack (index %d) %d: %d:%2.2d / %d [%s track]\n", i,
|
||||
cdrom->track[i].id, m, s, cdrom->track[i].length, trtype);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue