| 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 |
no outgoing calls
no test coverage detected