Fix an error with the --enumerate-only option in deviceio test.

This commit is contained in:
David Reid
2026-01-15 10:45:11 +10:00
parent b4a26d21dd
commit 1509e9b375
+1 -1
View File
@@ -496,7 +496,7 @@ int main(int argc, char** argv)
int captureDeviceIndex = -1;
const char* pFilePath = NULL; /* Input or output file path, depending on the mode. */
ma_bool32 enumerate = MA_TRUE;
ma_bool32 onlyEnumerate = MA_TRUE;
ma_bool32 onlyEnumerate = MA_FALSE;
ma_bool32 interactive = MA_TRUE;
ma_device_backend_info backendInfo;
ma_bool32 printDetailedInfo = MA_FALSE;