mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-24 10:05:17 +00:00
Oops, missing voiceNum
This commit is contained in:
parent
523f026c3d
commit
d14b6ed423
@ -199,7 +199,7 @@ u32 sceSasSetPause(u32 core, int voicebit, int pause)
|
|||||||
|
|
||||||
u32 sceSasSetVolume(u32 core, int voiceNum, int leftVol, int rightVol, int effectLeftVol, int effectRightVol)
|
u32 sceSasSetVolume(u32 core, int voiceNum, int leftVol, int rightVol, int effectLeftVol, int effectRightVol)
|
||||||
{
|
{
|
||||||
DEBUG_LOG(HLE,"sceSasSetVolume(%08x, %i, %i, %i, %i, %i)", core, leftVol, rightVol, effectLeftVol, effectRightVol);
|
DEBUG_LOG(HLE,"sceSasSetVolume(%08x, %i, %i, %i, %i, %i)", core, voiceNum, leftVol, rightVol, effectLeftVol, effectRightVol);
|
||||||
|
|
||||||
if (voiceNum >= PSP_SAS_VOICES_MAX || voiceNum < 0) {
|
if (voiceNum >= PSP_SAS_VOICES_MAX || voiceNum < 0) {
|
||||||
WARN_LOG(HLE, "%s: invalid voicenum %d", __FUNCTION__, voiceNum);
|
WARN_LOG(HLE, "%s: invalid voicenum %d", __FUNCTION__, voiceNum);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user