SPU2: Apply volume on startup

This commit is contained in:
Stenzek 2023-01-07 14:01:57 +10:00 committed by refractionpcsx2
parent fab7424ebb
commit 26329765d1
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ bool SPU2::Open()
WaveDump::Open();
#endif
SetOutputVolume(EmuConfig.SPU2.FinalVolume);
return true;
}