mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Suppress static noise from PCM output
This commit is contained in:
parent
3d0a4b0531
commit
0691871125
@ -573,6 +573,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…
Reference in New Issue
Block a user