mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add new sas integration unit test
This commit is contained in:
parent
eff9bd1fc3
commit
4325ec945b
3 changed files with 3 additions and 2 deletions
|
@ -715,7 +715,7 @@ static u32 __sceSasConcatenateATRAC3(u32 core, int voiceNum, u32 atrac3DataAddr,
|
|||
return hleLogWarning(Log::sceSas, ERROR_SAS_INVALID_VOICE, "invalid voicenum");
|
||||
}
|
||||
|
||||
DEBUG_LOG_REPORT(Log::sceSas, "__sceSasConcatenateATRAC3(%08x, %i, %08x, %i)", core, voiceNum, atrac3DataAddr, atrac3DataLength);
|
||||
DEBUG_LOG_REPORT_ONCE(concatAtrac3, Log::sceSas, "__sceSasConcatenateATRAC3(%08x, %i, %08x, %i)", core, voiceNum, atrac3DataAddr, atrac3DataLength);
|
||||
__SasDrain();
|
||||
SasVoice &v = sas->voices[voiceNum];
|
||||
if (Memory::IsValidAddress(atrac3DataAddr))
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 62753a8fdf5f4601dcc628967b0dcc6b48471ffd
|
||||
Subproject commit 4e317b856c2e62741d018d553df1c8181267741c
|
1
test.py
1
test.py
|
@ -93,6 +93,7 @@ tests_good = [
|
|||
"audio/atrac/second/needed",
|
||||
"audio/atrac/second/setbuffer",
|
||||
"audio/atrac/setdata",
|
||||
"audio/atrac/sas",
|
||||
"audio/mp3/checkneeded",
|
||||
"audio/mp3/getbitrate",
|
||||
"audio/mp3/getchannel",
|
||||
|
|
Loading…
Add table
Reference in a new issue