mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
AudioPanel: Refactor to use Config system. Some options were changed to a different format, for easier compatibility.
Removed VolumeChanged signal, as ConfigChanged will trigger what is needed. Only applies UpdateSoundStream to things that can change during emulation. Settings::SetVolume might no longer be used, but left it in.
This commit is contained in:
parent
1981f22228
commit
896b4bb1fa
5 changed files with 156 additions and 306 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
namespace AudioCommon
|
||||
{
|
||||
enum class DPL2Quality
|
||||
enum class DPL2Quality : int
|
||||
{
|
||||
Lowest = 0,
|
||||
Low = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue