Skip to content

Commit fc677be

Browse files
committed
Add SDL2 and PipeWire logs to deviceio test.
1 parent ac7a8e6 commit fc677be

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/deviceio/deviceio.c

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,19 @@ void print_enabled_backends(void)
275275
}
276276
}
277277

278+
if (ma_device_backend_sdl != NULL) {
279+
printf(" SDL2\n");
280+
}
281+
282+
#if defined(MA_TESTS_INCLUDE_PIPEWIRE)
283+
{
284+
if (ma_device_backend_pipewire != NULL) {
285+
printf(" PipeWire\n");
286+
}
287+
}
288+
#endif
289+
290+
278291
printf("\n");
279292
}
280293

0 commit comments

Comments
 (0)