MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / FixedPointMul16

Function FixedPointMul16

Source/HLEAudio/ABI_Resample.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14extern bool isZeldaABI;
15
16inline s32 FixedPointMul16( s32 a, s32 b )
17{
18 return s32( ( a * b ) >> 16 );
19}
20
21void RESAMPLE(AudioHLECommand command)
22{

Callers 1

RESAMPLE3Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected