MCPcopy Create free account
hub / github.com/clementgallet/libTAS / U2K_AsyncReadManagerThreaded_SyncRequest

Function U2K_AsyncReadManagerThreaded_SyncRequest

src/library/UnityHacks.cpp:1238–1244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1236}
1237
1238static void U2K_AsyncReadManagerThreaded_SyncRequest(AsyncReadManagerThreaded *t, AsyncReadCommand *c)
1239{
1240 char* filepath = *(char**)c;
1241 LOG(LL_TRACE, LCF_HACKS | LCF_FILEIO, "U2K_AsyncReadManagerThreaded_SyncRequest called with file %s", filepath);
1242
1243 return orig::U2K_AsyncReadManagerThreaded_SyncRequest(t, c);
1244}
1245
1246/* These are all AsyncReadCommand complete callback used */
1247

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected