Implemented Sound Blaster DSP busy cycling when playing DMA audio. Fixes stalls in Wing Commander : Privateer when sound enabled.
This commit is contained in:
parent
3c431794f0
commit
be7bb04c6b
2 changed files with 7 additions and 1 deletions
|
|
@ -58,6 +58,8 @@ typedef struct sb_dsp_t
|
|||
int asp_data_len;
|
||||
|
||||
int wb_time, wb_full;
|
||||
|
||||
int busy_count;
|
||||
|
||||
int record_pos_read;
|
||||
int record_pos_write;
|
||||
|
|
|
|||
Loading…
Reference in a new issue