mirror of https://github.com/PCSX2/pcsx2.git
SPU2: Apply volume on startup
This commit is contained in:
parent
fab7424ebb
commit
26329765d1
|
@ -231,6 +231,7 @@ bool SPU2::Open()
|
|||
WaveDump::Open();
|
||||
#endif
|
||||
|
||||
SetOutputVolume(EmuConfig.SPU2.FinalVolume);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue