Commit 21736d59 authored by David Reid's avatar David Reid

Fix a stale comment.

parent 3ede2b1f
...@@ -1053,7 +1053,6 @@ mal_result mal_context_uninit(mal_context* pContext); ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment