fix ndspGetMasterVol and ndspChnGetMix
This commit is contained in:
parent
ef806d5bd8
commit
58719f32ac
@ -161,7 +161,7 @@ void ndspChnSetMix(int id, float mix[12]);
|
|||||||
* @param id ID of the channel (0..23)
|
* @param id ID of the channel (0..23)
|
||||||
* @param mix Mix parameters to write out to. See \ref ndspChnSetMix.
|
* @param mix Mix parameters to write out to. See \ref ndspChnSetMix.
|
||||||
*/
|
*/
|
||||||
void ndspChnGetMix(int id, float* mix[12]);
|
void ndspChnGetMix(int id, float mix[12]);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Sets the DSPADPCM coefficients of a channel.
|
* @brief Sets the DSPADPCM coefficients of a channel.
|
||||||
|
@ -612,7 +612,7 @@ void ndspSetMasterVol(float volume)
|
|||||||
LightLock_Unlock(&ndspMaster.lock);
|
LightLock_Unlock(&ndspMaster.lock);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ndspGetMasterVol(void)
|
float ndspGetMasterVol(void)
|
||||||
{
|
{
|
||||||
return ndspMaster.masterVol;
|
return ndspMaster.masterVol;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user