| 87 | // The following function can be overridden in order to log APT signals and notifications for debugging purposes |
| 88 | #ifdef LIBCTRU_APT_DEBUG |
| 89 | __attribute__((weak)) void _aptDebug(int a, int b) { } |
| 90 | #else |
| 91 | #define _aptDebug(a,b) ((void)0) |
| 92 | #endif |