mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(CoreAudio3) Fix issues
This commit is contained in:
parent
052137b027
commit
637414c138
1 changed files with 2 additions and 0 deletions
|
@ -377,6 +377,8 @@ audio_driver_t audio_coreaudio3 = {
|
|||
coreaudio3_free,
|
||||
coreaudio3_use_float,
|
||||
"coreaudio3",
|
||||
NULL, /* device_list_new */
|
||||
NULL, /* device_list_free */
|
||||
coreaudio3_write_avail,
|
||||
coreaudio3_buffer_size,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue