mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12:00
Small RSX fix
This commit is contained in:
parent
940d71ecdb
commit
d5d4f88c17
2 changed files with 7 additions and 1 deletions
|
@ -140,7 +140,7 @@ int cellAudioInit()
|
|||
|
||||
auto buf = (be_t<float>*)&Memory[buf_addr];
|
||||
|
||||
static const float k = 0.5f; // may be 1.0f
|
||||
static const float k = 1.0f; // may be 1.0f
|
||||
const float m = port.level;
|
||||
|
||||
if (port.channel == 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue