mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Fix a comment.
This commit is contained in:
@@ -71,7 +71,10 @@ int main(int argc, char** argv)
|
|||||||
ma_context_config_sdl sdlContextConfig = ma_context_config_sdl_init();
|
ma_context_config_sdl sdlContextConfig = ma_context_config_sdl_init();
|
||||||
sdlContextConfig._unused = 0;
|
sdlContextConfig._unused = 0;
|
||||||
|
|
||||||
/* You must include an entry for each backend you're using, even if the config is NULL. This is how miniaudio knows . */
|
/*
|
||||||
|
You must include an entry for each backend you're using, even if the config is NULL. This is how miniaudio knows about
|
||||||
|
your custom backend.
|
||||||
|
*/
|
||||||
ma_device_backend_spec pCustomContextConfigs[] = {
|
ma_device_backend_spec pCustomContextConfigs[] = {
|
||||||
{ MA_DEVICE_BACKEND_VTABLE_SDL, &sdlContextConfig, NULL }
|
{ MA_DEVICE_BACKEND_VTABLE_SDL, &sdlContextConfig, NULL }
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user