Fix menu audio not working (#1105)
Co-authored-by: yukani <yukani@zohomail.eu>
This commit is contained in:
parent
a5d5edb314
commit
9ee2431657
|
|
@ -195,7 +195,7 @@ float CAESound::GetSlowMoFrequencyScalingFactor() const {
|
|||
|
||||
// 0x4EF7A0
|
||||
void CAESound::NewVPSLEntry() {
|
||||
m_IsPhysicallyPlaying = true;
|
||||
m_IsPhysicallyPlaying = false;
|
||||
m_HasRequestedStopped = false;
|
||||
m_IsAudioHardwareAware = false;
|
||||
m_IsInUse = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue