MCPcopy Create free account
hub / github.com/devkitPro/libctru / ndspSetMasterVol

Function ndspSetMasterVol

libctru/source/ndsp/ndsp.c:607–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607void ndspSetMasterVol(float volume)
608{
609 LightLock_Lock(&ndspMaster.lock);
610 ndspMaster.masterVol = volume;
611 ndspMaster.flags |= MFLAG_MASTERVOL;
612 LightLock_Unlock(&ndspMaster.lock);
613}
614
615float ndspGetMasterVol(void)
616{

Callers

nothing calls this directly

Calls 2

LightLock_LockFunction · 0.85
LightLock_UnlockFunction · 0.85

Tested by

no test coverage detected