diff options
| author | rozlette <uberpanzermensch@gmail.com> | 2020-03-15 01:13:53 -0500 |
|---|---|---|
| committer | rozlette <uberpanzermensch@gmail.com> | 2020-03-15 01:13:53 -0500 |
| commit | ff958ad932b29c830afa8d2bfd6dd6a0616c93a8 (patch) | |
| tree | 916cf38da1595716bcb37651b75f7ff22a93399a /src/boot_O2_g3_trapuv/fault.c | |
| parent | 0c35be2381ba8b46b0a1a2d9b625cf02d04cdb68 (diff) | |
Rename many functions, structs, and variables to match the oot decomp. Some things have not been renamed as their respective files have not been decompiled yet.
Diffstat (limited to 'src/boot_O2_g3_trapuv/fault.c')
| -rw-r--r-- | src/boot_O2_g3_trapuv/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot_O2_g3_trapuv/fault.c b/src/boot_O2_g3_trapuv/fault.c index 7db9b2459..647861de0 100644 --- a/src/boot_O2_g3_trapuv/fault.c +++ b/src/boot_O2_g3_trapuv/fault.c @@ -884,7 +884,7 @@ void Fault_SetFB(void* fb, u16 w, u16 h) { void Fault_Start(void){ faultCtxt = &faultContextStruct; - bzero(faultCtxt, sizeof(FaultContext)); + bzero(faultCtxt, sizeof(FaultThreadStruct)); FaultDrawer_Init(); FaultDrawer_SetInputCallback(Fault_WaitForInput); faultCtxt->exitDebugger = 0; |
