mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Fix a stale comment.
This commit is contained in:
@@ -1053,7 +1053,6 @@ mal_result mal_context_uninit(mal_context* pContext);
|
|||||||
// application ensures mutal exclusion to the output buffer at their level.
|
// application ensures mutal exclusion to the output buffer at their level.
|
||||||
//
|
//
|
||||||
// Efficiency: LOW
|
// Efficiency: LOW
|
||||||
// This API dynamically links to backend DLLs/SOs (such as dsound.dll).
|
|
||||||
mal_result mal_enumerate_devices(mal_context* pContext, mal_device_type type, mal_uint32* pCount, mal_device_info* pInfo);
|
mal_result mal_enumerate_devices(mal_context* pContext, mal_device_type type, mal_uint32* pCount, mal_device_info* pInfo);
|
||||||
|
|
||||||
// Initializes a device.
|
// Initializes a device.
|
||||||
|
|||||||
Reference in New Issue
Block a user