mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 20:40:03 +02:00
Detect and log support for audio-ports
This commit is contained in:
@@ -87,11 +87,11 @@ struct SupportedHostExtensions {
|
||||
SupportedHostExtensions() noexcept {}
|
||||
|
||||
// Don't forget to add new extensions to the log output
|
||||
// TODO: Support extensions
|
||||
bool supports_audio_ports = false;
|
||||
|
||||
template <typename S>
|
||||
void serialize(S& s) {
|
||||
// s.value1b(extension_name);
|
||||
s.value1b(supports_audio_ports);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user