mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 17:28:36 +12:00
Patch from DH applied
This commit is contained in:
parent
f31ed4e9f2
commit
774b5be7d7
7 changed files with 203 additions and 75 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue