Check for passthrough in tests.

This commit is contained in:
David Reid
2018-03-19 21:58:33 +10:00
parent e1a2b5adbc
commit afa279a27b
+2
View File
@@ -194,6 +194,8 @@ int do_playback_test(mal_backend backend)
} }
} }
haveDevice = MAL_TRUE; haveDevice = MAL_TRUE;
printf(" Is Passthrough: %s\n", (device.dsp.isPassthrough) ? "YES" : "NO");
} }
printf(" Opening Decoder... "); printf(" Opening Decoder... ");