mac-capture: Add vbcable to whitelist for loopback devices

This commit is contained in:
eightball567 2022-03-09 09:48:23 +01:00 committed by Jim
parent 66341c7568
commit 6df5a98534

View File

@ -15,7 +15,8 @@ static inline bool device_is_input(char *device)
astrstri(device, "ishowu") == NULL &&
astrstri(device, "blackhole") == NULL &&
astrstri(device, "loopback") == NULL &&
astrstri(device, "groundcontrol") == NULL;
astrstri(device, "groundcontrol") == NULL &&
astrstri(device, "vbcable") == NULL;
}
static inline bool enum_success(OSStatus stat, const char *msg)