mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 07:21: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;
|
break;
|
||||||
}
|
}
|
||||||
if(m_fadeOutRequested)
|
if(m_fadeOutRequested)
|
||||||
ApplyFadeOutEffect({data, samplesPerBlock * 2}, fadeOutDuration);
|
ApplyFadeOutEffect({data, samplesPerBlock * nChannels}, fadeOutDuration);
|
||||||
|
|
||||||
bootSndAudioDev->FeedBlock(data);
|
bootSndAudioDev->FeedBlock(data);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue