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