Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xFileReadAsyncStatus
Function
xFileReadAsyncStatus
src/SB/Core/x/xFile.h:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
inline XFILE_READSECTOR_STATUS xFileReadAsyncStatus(S32 key, S32* amtToFar)
29
{
30
return (XFILE_READSECTOR_STATUS)iFileReadAsyncStatus(key, amtToFar);
31
}
32
33
#endif
Callers
2
iCSLoadStep
Function · 0.85
BFD_AsyncReadStatus
Function · 0.85
Calls
1
iFileReadAsyncStatus
Function · 0.85
Tested by
no test coverage detected