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

Function U6_SyncReadRequest

src/library/UnityHacks.cpp:1358–1364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1356}
1357
1358static void U6_SyncReadRequest(AsyncReadCommand* c)
1359{
1360 char* filepath = *(char**)c;
1361 LOG(LL_TRACE, LCF_HACKS | LCF_FILEIO, "U6_SyncReadRequest called with file %s", filepath);
1362
1363 return orig::U6_SyncReadRequest(c);
1364}
1365
1366static void U6_ArchiveStorageConverter_ArchiveStorageConverter(ArchiveStorageConverter* c, IArchiveStorageConverterListener* l, bool b)
1367{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected