mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +12:00
don't use magic number
This commit is contained in:
parent
a8ef8b85fa
commit
bafaad2dee
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class BootSoundPlayer
|
|||
break;
|
||||
}
|
||||
if(m_fadeOutRequested)
|
||||
ApplyFadeOutEffect({data, samplesPerBlock * 2}, fadeOutDuration);
|
||||
ApplyFadeOutEffect({data, samplesPerBlock * nChannels}, fadeOutDuration);
|
||||
|
||||
bootSndAudioDev->FeedBlock(data);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue