mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-29 12:32:47 +00:00
Add a SetSelectin I forgot.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5089 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f0716a30b7
commit
f74b5463d5
@ -102,6 +102,7 @@ void DSPConfigDialogLLE::AddBackend(const char* backend)
|
||||
#else
|
||||
int num = m_BackendSelection->FindString(wxString::FromAscii(ac_Config.sBackend.c_str()));
|
||||
#endif
|
||||
m_BackendSelection->SetSelection(num);
|
||||
}
|
||||
|
||||
void DSPConfigDialogLLE::ClearBackends()
|
||||
|
Loading…
x
Reference in New Issue
Block a user