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

Function ReadApploader

src/dolphin/src/os/OSReboot.c:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32void __OSDoHotReset(int);
33
34inline void ReadApploader(OSTime time1) {
35 if (DVDCheckDisk() == DVD_RESULT_GOOD || OSGetTime() - time1 > OS_TIMER_CLOCK) {
36 __OSDoHotReset(UNK_817FFFFC);
37 }
38}
39
40ASM void Run() {
41#ifdef __MWERKS__ // clang-format off

Callers 1

__OSRebootFunction · 0.85

Calls 3

DVDCheckDiskFunction · 0.85
OSGetTimeFunction · 0.85
__OSDoHotResetFunction · 0.85

Tested by

no test coverage detected