MCPcopy 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
28inline XFILE_READSECTOR_STATUS xFileReadAsyncStatus(S32 key, S32* amtToFar)
29{
30 return (XFILE_READSECTOR_STATUS)iFileReadAsyncStatus(key, amtToFar);
31}
32
33#endif

Callers 2

iCSLoadStepFunction · 0.85
BFD_AsyncReadStatusFunction · 0.85

Calls 1

iFileReadAsyncStatusFunction · 0.85

Tested by

no test coverage detected