mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-04-27 01:39:09 +00:00
bin/cue: prevent CDPlay_bincue of data track
This commit is contained in:
parent
d59278dd96
commit
b459223aa9
@ -821,7 +821,9 @@ bool CDPlay_bincue(void *fh, uint8 start_m, uint8 start_s, uint8 start_f,
|
||||
SDL_UnlockAudio();
|
||||
#endif
|
||||
|
||||
if (player->audio_enabled) {
|
||||
if (cs->tracks[track].tcf != AUDIO) {
|
||||
D(bug("CDPlay_bincue: not playing data track %d!\n", track));
|
||||
} else if (player->audio_enabled) {
|
||||
player->audiostatus = CDROM_AUDIO_PLAY;
|
||||
#ifdef OSX_CORE_AUDIO
|
||||
D(bug("starting os x sound"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user