diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-06 22:32:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-06 22:32:40 -0400 |
| commit | 80564bf40b7891eb38eae56b7e3c1780c080a075 (patch) | |
| tree | 2fa33ef47c350d0061609fafd12f6210e8338ae4 /src/boot/boot_main.c | |
| parent | 5133db15a3d3f554e7936a600ff358a6aa38540a (diff) | |
variables.h cleaning: migrate libultra variables (#2503)
* variables.h cleaning: migrate libultra variables
* another increment_block_number
* fix bss
Diffstat (limited to 'src/boot/boot_main.c')
| -rw-r--r-- | src/boot/boot_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/boot_main.c b/src/boot/boot_main.c index 689d4f031..cbaa418ed 100644 --- a/src/boot/boot_main.c +++ b/src/boot/boot_main.c @@ -1,4 +1,5 @@ #include "boot.h" + #include "idle.h" #include "is_debug.h" #include "stack.h" |
