From adf121b2b753f3ea2c0349653dfd5f03837e7dc7 Mon Sep 17 00:00:00 2001 From: Anghelo Carvajal Date: Tue, 9 Dec 2025 09:25:13 -0300 Subject: [PATCH] format --- src/boot/CIC6105.c | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/boot/CIC6105.c b/src/boot/CIC6105.c index 42e176d9d6..2af6bf411d 100644 --- a/src/boot/CIC6105.c +++ b/src/boot/CIC6105.c @@ -75,22 +75,22 @@ void CIC6105_Destroy(void) { void CIC6105_ScheduleCICTask(void) { // TODO: do something with the hardcoded sizes static OSTask D_80097AA0_unknown = { - M_CICTASK, // type - 0, // flags - rspbootTextStart, // ucode_boot - 0x000003E8, // ucode_boot_size - cic6105TextStart, // ucode - 0x00000020, // ucode_size + M_CICTASK, // type + 0, // flags + rspbootTextStart, // ucode_boot + 0x000003E8, // ucode_boot_size + cic6105TextStart, // ucode + 0x00000020, // ucode_size (u64*)gBuildCreator, // ucode_data - 0x00000008, // ucode_data_size - NULL, // dram_stack - 0x00000000, // dram_stack_size - NULL, // output_buff - NULL, // output_buff_size - NULL, // data_ptr - 0x00000000, // data_size - NULL, // yield_data_ptr - 0x00000000, // yield_data_size + 0x00000008, // ucode_data_size + NULL, // dram_stack + 0x00000000, // dram_stack_size + NULL, // output_buff + NULL, // output_buff_size + NULL, // data_ptr + 0x00000000, // data_size + NULL, // yield_data_ptr + 0x00000000, // yield_data_size }; OSScTask task;