summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorSepalani <sepalani@hotmail.fr>2026-01-17 01:51:38 +0400
committerSepalani <sepalani@hotmail.fr>2026-01-17 01:51:38 +0400
commitfaa977f5ee3143b512f69d023ac71b5ceceb1f4e (patch)
tree64547f831400a30e42fb8a6916580802305bd667 /Source
parentc7e063bc7114213772fbe6aa24db8e8662948a60 (diff)
LogitechMicWindow: Fix compilation when cubeb is disabled
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/DolphinQt/EmulatedUSB/LogitechMicWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/EmulatedUSB/LogitechMicWindow.cpp b/Source/Core/DolphinQt/EmulatedUSB/LogitechMicWindow.cpp
index 04b4a8b16e..1c1954cd5f 100644
--- a/Source/Core/DolphinQt/EmulatedUSB/LogitechMicWindow.cpp
+++ b/Source/Core/DolphinQt/EmulatedUSB/LogitechMicWindow.cpp
@@ -114,7 +114,7 @@ void LogitechMicWindow::CreateMicrophoneConfigurationGroup(QVBoxLayout* main_lay
m_mic_device_comboboxes[index] = new QComboBox();
#ifndef HAVE_CUBEB
- m_combobox_microphone[index]->addItem(
+ m_mic_device_comboboxes[index]->addItem(
QLatin1String("(%1)").arg(tr("Audio backend unsupported")), QString{});
#else
m_mic_device_comboboxes[index]->addItem(