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

Function irxImportDebug

pcsx2/IopBios.cpp:1391–1403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1389 }
1390
1391 irxDEBUG irxImportDebug(const std::string& libname, u16 index)
1392 {
1393 // clang-format off
1394 MODULE(intrman)
1395 EXPORT_D( 4, RegisterIntrHandler)
1396 END_MODULE
1397 MODULE(sifcmd)
1398 EXPORT_D( 17, sceSifRegisterRpc)
1399 END_MODULE
1400 // clang-format off
1401
1402 return 0;
1403 }
1404
1405#undef MODULE
1406#undef END_MODULE

Callers 2

irxImportExecFunction · 0.85
psxRecompileIrxImportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected