mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
AudioConfigPane: dedupe code into ToggleBackendSpecificControls
This commit is contained in:
parent
283c681f30
commit
4834a90e63
2 changed files with 16 additions and 28 deletions
|
@ -26,7 +26,7 @@ private:
|
|||
void RefreshGUI();
|
||||
|
||||
void PopulateBackendChoiceBox();
|
||||
static bool SupportsVolumeChanges(const std::string&);
|
||||
void ToggleBackendSpecificControls(const std::string& backend);
|
||||
|
||||
void OnDSPEngineRadioBoxChanged(wxCommandEvent&);
|
||||
void OnDPL2DecoderCheckBoxChanged(wxCommandEvent&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue