mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update Core/HLE/sceSas.cpp
This commit is contained in:
parent
43a89fe4b7
commit
0739fd2370
1 changed files with 5 additions and 5 deletions
|
@ -520,11 +520,11 @@ u32 sceSasSetOutputMode(u32 core, u32 outputMode)
|
|||
|
||||
u32 sceSasGetAllEnvelopeHeights(u32 core, u32 heightsAddr)
|
||||
{
|
||||
Memory::Memset(heightsAddr, 0 , sas.length * 4);
|
||||
for (int i = 0; i < sas.length ; i++) {
|
||||
int voiceHeight = sas.voices[i].height;
|
||||
}
|
||||
return 0;
|
||||
Memory::Memset(heightsAddr, 0 , sas.length * 4);
|
||||
for (int i = 0; i < sas.length ; i++) {
|
||||
int voiceHeight = sas.voices[i].height;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
void sceSasSetVoicePCM(u32 core, int voiceNum, u32 pcmAddr, int size, int loop)
|
||||
|
|
Loading…
Add table
Reference in a new issue