This commit is contained in:
2025-03-03 14:09:21 +01:00
parent b1102874e6
commit 8c7b2bb44f
4 changed files with 4 additions and 8 deletions

View File

@@ -13,6 +13,9 @@
typedef struct SoftDevice
{
PulseCommandList* available_command_lists;
uint32_t available_command_lists_capacity;
uint32_t available_command_lists_size;
} SoftDevice;
PulseDevice SoftCreateDevice(PulseBackend backend, PulseDevice* forbiden_devices, uint32_t forbiden_devices_count);