Some typos fixed (thanks to Nukem9)

cellSysutilCheckCallback() modified, some warnings converted
This commit is contained in:
Nekotekina 2014-02-01 14:17:15 +04:00
parent 16c284214f
commit b602260314
13 changed files with 28 additions and 23 deletions

View file

@ -480,7 +480,7 @@ int cellPamfReaderGetStreamInfo(mem_ptr_t<CellPamfReader> pSelf, u32 pInfo_addr,
pInfo->numberOfChannels = pAudio->channels;
pInfo->samplingFrequency = CELL_PAMF_FS_48kHz;
if (pAudio->bps = 0x40)
if (pAudio->bps == 0x40)
pInfo->bitsPerSample = CELL_PAMF_BIT_LENGTH_16;
else
//TODO: CELL_PAMF_BIT_LENGTH_24