mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-05 19:16:09 +00:00
Merge pull request #4541 from retro-wertz/patch-1
fix Dinothawr on xaudio/dsound
This commit is contained in:
commit
3dd70df9c2
@ -283,8 +283,8 @@ static const audio_driver_t audio_thread = {
|
||||
**/
|
||||
bool audio_init_thread(const audio_driver_t **out_driver,
|
||||
void **out_data, const char *device, unsigned audio_out_rate,
|
||||
unsigned *new_rate, unsigned block_frames,
|
||||
unsigned latency, const audio_driver_t *drv)
|
||||
unsigned *new_rate, unsigned latency,
|
||||
unsigned block_frames, const audio_driver_t *drv)
|
||||
{
|
||||
audio_thread_t *thr = (audio_thread_t*)calloc(1, sizeof(*thr));
|
||||
if (!thr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user