MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / irxImportLog

Function irxImportLog

pcsx2/IopBios.cpp:1410–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1408#undef EXPORT_H
1409
1410 void irxImportLog(const std::string& libname, u16 index, const char* funcname)
1411 {
1412 PSXBIOS_LOG("%8.8s.%03d: %s (%x, %x, %x, %x)",
1413 libname.data(), index, funcname ? funcname : "unknown",
1414 a0, a1, a2, a3);
1415 }
1416
1417 void irxImportLog_rec(u32 import_table, u16 index, const char* funcname)
1418 {

Callers 2

irxImportLog_recFunction · 0.85
irxImportExecFunction · 0.85

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected