mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-12 17:58:29 +12:00
make portal audio a setting
This commit is contained in:
parent
b4ec46ee0d
commit
c796f707f4
8 changed files with 193 additions and 48 deletions
|
@ -63,9 +63,9 @@ private:
|
|||
// Audio
|
||||
wxChoice* m_audio_api;
|
||||
wxSlider *m_audio_latency;
|
||||
wxSlider *m_tv_volume, *m_pad_volume, *m_input_volume;
|
||||
wxChoice *m_tv_channels, *m_pad_channels, *m_input_channels;
|
||||
wxChoice *m_tv_device, *m_pad_device, *m_input_device;
|
||||
wxSlider *m_tv_volume, *m_pad_volume, *m_input_volume, *m_portal_volume;
|
||||
wxChoice *m_tv_channels, *m_pad_channels, *m_input_channels, *m_portal_channels;
|
||||
wxChoice *m_tv_device, *m_pad_device, *m_input_device, *m_portal_device;
|
||||
|
||||
// Account
|
||||
wxButton* m_create_account, * m_delete_account;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue