MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / OSInitAlarm

Function OSInitAlarm

src/dolphin/src/os/OSAlarm.c:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void OSInitAlarm(void)
34{
35 if (__OSGetExceptionHandler(8) != DecrementerExceptionHandler)
36 {
37 AlarmQueue.head = AlarmQueue.tail = NULL;
38 __OSSetExceptionHandler(8, DecrementerExceptionHandler);
39 }
40}
41
42void OSCreateAlarm(OSAlarm* alarm)
43{

Callers 3

OSInitFunction · 0.85
__DVDInitWAFunction · 0.85
CARDInitFunction · 0.85

Calls 1

__OSGetExceptionHandlerFunction · 0.85

Tested by

no test coverage detected