SPU Interpreter fix

This commit is contained in:
Nekotekina 2014-04-12 14:27:27 +04:00
parent e56bb1b675
commit 180f8aac5d
7 changed files with 194 additions and 67 deletions

View file

@ -532,7 +532,7 @@ int cellAudioOutGetSoundAvailability(u32 audioOut, u32 type, u32 fs, u32 option)
option = 0;
int available = 8; // should be at least 2
int available = 2; // should be at least 2
switch(fs)
{
@ -573,7 +573,7 @@ int cellAudioOutGetSoundAvailability2(u32 audioOut, u32 type, u32 fs, u32 ch, u3
option = 0;
int available = 8; // should be at least 2
int available = 2; // should be at least 2
switch(fs)
{