diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-24 14:53:58 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-24 14:53:58 -0400 |
| commit | fa7d4d28965733a680d5d7e00a10485c66a246df (patch) | |
| tree | 2f49dcae479c9e7b72c276f5cae604a93425ceee /src/dolphin | |
| parent | ce8d17ec0835c9679e54dc7a6700c042825352f9 (diff) | |
Fix relocation and data value mismatches
Diffstat (limited to 'src/dolphin')
| -rw-r--r-- | src/dolphin/os/__start.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphin/os/__start.c b/src/dolphin/os/__start.c index 3831936a..f246cd2c 100644 --- a/src/dolphin/os/__start.c +++ b/src/dolphin/os/__start.c @@ -4,6 +4,7 @@ #include "dolphin/os/__start.h" void DBInit(); +static void __init_registers(void); SECTION_INIT void __check_pad3(void) { if ((*(u16*)0x800030E4 & 0xEEF) == 0xEEF) { |
