mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Add SDL2 and PipeWire logs to deviceio test.
This commit is contained in:
@@ -275,6 +275,19 @@ void print_enabled_backends(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ma_device_backend_sdl != NULL) {
|
||||||
|
printf(" SDL2\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
#if defined(MA_TESTS_INCLUDE_PIPEWIRE)
|
||||||
|
{
|
||||||
|
if (ma_device_backend_pipewire != NULL) {
|
||||||
|
printf(" PipeWire\n");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user