MCPcopy 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
136static 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
146static void arqcb(u32 pointerToARQRequest);
147

Callers 3

dvdcbFunction · 0.85
arqcbFunction · 0.85
fcbFunction · 0.85

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected