Patch from DH applied

This commit is contained in:
Nekotekina 2014-09-01 20:16:44 +04:00
parent f31ed4e9f2
commit 774b5be7d7
7 changed files with 203 additions and 75 deletions

View file

@ -361,7 +361,7 @@ int cellSurMixerCreate(const mem_ptr_t<CellSurMixerConfig> config)
for (auto& p : ssp) if (p.m_active && p.m_created)
{
auto v = vm::ptr<s16>::make(p.m_addr); // 16-bit LE audio data
auto v = vm::lptrl<s16>::make(p.m_addr); // 16-bit LE audio data
float left = 0.0f;
float right = 0.0f;
float speed = fabs(p.m_speed);