Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xSFXConvertFlags
Function
xSFXConvertFlags
src/SB/Core/x/xSFX.cpp:163–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
U32 xSFXConvertFlags(U32 flagsSFX)
164
{
165
U32 flags = 0;
166
167
if (flagsSFX & 4) {
168
flags |= 0x8000;
169
}
170
171
return flags;
172
}
173
174
static void xSFXUpdate(xSFX* t)
175
{
Callers
1
xSFXPlay
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected