Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ dump_flags
Function
dump_flags
src/SB/Core/gc/iSnd.cpp:136–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
static const char* dump_flags(U32 flags)
137
{
138
static char str[0x40];
139
memset(str, 0, sizeof(str));
140
141
// TODO:
142
143
return str;
144
}
145
146
static void arqcb(u32 pointerToARQRequest);
147
Callers
3
dvdcb
Function · 0.85
arqcb
Function · 0.85
fcb
Function · 0.85
Calls
1
memset
Function · 0.85
Tested by
no test coverage detected