PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
ssgmv.c
1
/*
2
# _____ ___ ____ ___ ____
3
# ____| | ____| | | |____|
4
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
5
#-----------------------------------------------------------------------
6
# Copyright ps2dev - http://www.ps2dev.org
7
# Licenced under Academic Free License version 2.0
8
# Review ps2sdk README & LICENSE files for further details.
9
*/
10
11
#include "libsnd2_internal.h"
12
13
void
SsGetMVol(
SndVolume
*m_vol)
14
{
15
SpuCommonAttr
spu_attr;
16
17
SpuGetCommonAttr(&spu_attr);
18
m_vol->left = spu_attr.mvol.left / 129;
19
m_vol->right = spu_attr.mvol.right / 129;
20
}
SndVolume_
Definition
libsnd2.h:198
SpuCommonAttr_
Definition
libspu2.h:298
iop
sound
libsnd2
src
ssgmv.c
Generated on Wed Feb 19 2025 02:05:17 for PS2SDK by
1.12.0