Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
extern bool isZeldaABI;
15
16
inline s32 FixedPointMul16( s32 a, s32 b )
17
{
18
return s32( ( a * b ) >> 16 );
19
}
20
21
void RESAMPLE(AudioHLECommand command)
22
{
Callers
1
RESAMPLE3
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected