mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-07 12:03:27 -04:00
Get irqmgr matching
This commit is contained in:
@@ -52,10 +52,10 @@ graph.c:
|
||||
.text: [0x80405518, 0x80405EC8]
|
||||
.data: [0x8065ECA8, 0x8065ECB0]
|
||||
.bss: [0x812F31E8, 0x812F3560]
|
||||
irqmgr.c:
|
||||
.text: [0x80405EC8, 0x80406480]
|
||||
.data: [0x8065ECB0, 0x8065ECD0]
|
||||
.bss: [0x812F3560, 0x812F4CB0]
|
||||
#irqmgr.c:
|
||||
# .text: [0x80405EC8, 0x80406480]
|
||||
# .data: [0x8065ECB0, 0x8065ECD0]
|
||||
# .bss: [0x812F3560, 0x812F4CB0]
|
||||
lb_rtc.c:
|
||||
.text: [0x80406480, 0x8040752C]
|
||||
.rodata: [0x806436F8, 0x806437A0]
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#define LIBULTRA_OS_TIMER_H
|
||||
|
||||
#include "types.h"
|
||||
#include "dolphin/os/OSTime.h"
|
||||
#include "dolphin/os/OSTimer.h"
|
||||
#include "dolphin/os/OSMessage.h"
|
||||
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
#include "dolphin/os/OSMessage.h"
|
||||
#include "dolphin/os/OSTime.h"
|
||||
|
||||
#define MSEC(x) OSMicrosecondsToTicks((x) * (OSTime)1000)
|
||||
#define MSEC(x) OSMicrosecondsToTicks(((u64)(x)) * (u64)1000)
|
||||
|
||||
volatile int ResetStatus; // 0x00
|
||||
volatile OSTime ResetTime; // 0x08
|
||||
|
||||
Reference in New Issue
Block a user