mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Fix CI builds after mini_al changes
This commit is contained in:
4
src/external/mini_al.h
vendored
4
src/external/mini_al.h
vendored
@ -2745,12 +2745,14 @@ static mal_result mal_context__try_get_device_name_by_id(mal_context* pContext,
|
||||
}
|
||||
} break;
|
||||
#endif
|
||||
#if 0
|
||||
#ifdef MAL_HAS_COREAUDIO
|
||||
case mal_backend_coreaudio
|
||||
case mal_backend_coreaudio:
|
||||
{
|
||||
// TODO: Implement me.
|
||||
} break;
|
||||
#endif
|
||||
#endif
|
||||
#ifdef MAL_HAS_OSS
|
||||
case mal_backend_oss:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user