Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xFileSetUserData
Function
xFileSetUserData
src/SB/Core/x/xFile.h:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
};
22
23
inline void xFileSetUserData(tag_xFile* file, void* userdata)
24
{
25
file->user_data = userdata;
26
}
27
28
inline XFILE_READSECTOR_STATUS xFileReadAsyncStatus(S32 key, S32* amtToFar)
29
{
Callers
1
BFD_AsyncRead
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected