mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 21:41:19 +12:00
CubebInput: Avoid redundant CoInitializeEx (#449)
This commit is contained in:
parent
521f2fb707
commit
a40b226e00
3 changed files with 1 additions and 19 deletions
|
@ -436,7 +436,7 @@ wxPanel* GeneralSettings2::AddAudioPage(wxNotebook* notebook)
|
|||
}
|
||||
|
||||
{
|
||||
auto box = new wxStaticBox(audio_panel, wxID_ANY, _("Microphone"));
|
||||
auto box = new wxStaticBox(audio_panel, wxID_ANY, _("Microphone (Experimental)"));
|
||||
auto box_sizer = new wxStaticBoxSizer(box, wxVERTICAL);
|
||||
|
||||
auto audio_input_row = new wxFlexGridSizer(0, 3, 0, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue