mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #1271 from raven02/patch-12
Suppress static noise from PCM output
This commit is contained in:
commit
724f84ce6d
1 changed files with 2 additions and 0 deletions
|
@ -582,6 +582,8 @@ int sceAtracLowLevelInitDecoder(int atracID, u32 paramsAddr)
|
|||
int sceAtracLowLevelDecode(int atracID, u32 sourceAddr, u32 sourceBytesConsumedAddr, u32 samplesAddr, u32 sampleBytesAddr)
|
||||
{
|
||||
ERROR_LOG(HLE, "UNIMPL sceAtracLowLevelDecode(%i, %08x, %08x, %08x, %08x)", atracID, sourceAddr, sourceBytesConsumedAddr, samplesAddr, sampleBytesAddr);
|
||||
if (Memory::IsValidAddress(sampleBytesAddr))
|
||||
Memory::Write_U32(0, sampleBytesAddr);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue