mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Fix compilation error with some placeholder code.
This commit is contained in:
@@ -2746,10 +2746,10 @@ static mal_result mal_context__try_get_device_name_by_id(mal_context* pContext,
|
||||
} break;
|
||||
#endif
|
||||
#ifdef MAL_HAS_COREAUDIO
|
||||
case mal_backend_coreaudio
|
||||
{
|
||||
// TODO: Implement me.
|
||||
} break;
|
||||
//case mal_backend_coreaudio:
|
||||
//{
|
||||
// // TODO: Implement me.
|
||||
//} break;
|
||||
#endif
|
||||
#ifdef MAL_HAS_OSS
|
||||
case mal_backend_oss:
|
||||
|
||||
Reference in New Issue
Block a user