Fix menu audio not working (#1105)

Co-authored-by: yukani <yukani@zohomail.eu>
This commit is contained in:
Pirulax 2025-06-04 23:26:11 +02:00 committed by GitHub
parent a5d5edb314
commit 9ee2431657
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;