diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2022-01-19 07:03:05 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-19 12:03:05 -0300 |
| commit | 1531f5b56ff4438d44c4aaac29da93d0c6176c72 (patch) | |
| tree | 8079cab59d8f119412f95d6301f2c2a4a078711f /src/boot_O2_g3 | |
| parent | 97b47fa14b7458d2aca604f095be31e12187346c (diff) | |
General Cleanup (#600)
* Remove excess prevent_bss_reordering.h
* Cleanup THIS and globalCtx2
* Iceblock relocs
* Format
* PR plus more this
* door spiral
* THIS and globalCtx2 swap, along with sSetupDL in firefly
* Revert ObjMure change
* door_spiral and unused in en_test5
* PR comments
Diffstat (limited to 'src/boot_O2_g3')
| -rw-r--r-- | src/boot_O2_g3/boot_main.c | 1 | ||||
| -rw-r--r-- | src/boot_O2_g3/idle.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/boot_O2_g3/boot_main.c b/src/boot_O2_g3/boot_main.c index be281d248..87bee5da4 100644 --- a/src/boot_O2_g3/boot_main.c +++ b/src/boot_O2_g3/boot_main.c @@ -1,6 +1,5 @@ #include "prevent_bss_reordering.h" #include "global.h" -#include "prevent_bss_reordering.h" StackEntry sBootThreadInfo; OSThread sIdleThread; diff --git a/src/boot_O2_g3/idle.c b/src/boot_O2_g3/idle.c index 2a52e7dce..da93f13fd 100644 --- a/src/boot_O2_g3/idle.c +++ b/src/boot_O2_g3/idle.c @@ -1,6 +1,5 @@ #include "prevent_bss_reordering.h" #include "global.h" -#include "prevent_bss_reordering.h" u8 D_80096B20 = 1; vu8 gViConfigUseDefault = 1; |
