diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-02-01 15:34:33 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-02-01 15:34:33 -0500 |
commit | 08aafe093caecf160417edb6b0635a9707a30989 (patch) | |
tree | ecc1cdec46145ab86ce09153951573322acdeb41 /include | |
parent | 4b017f8797d47b60cc1b830e6fbd11f8127d4e37 (diff) |
More rfu documentation
Diffstat (limited to 'include')
-rw-r--r-- | include/librfu.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/include/librfu.h b/include/librfu.h index 33f370bf0..cf738486e 100644 --- a/include/librfu.h +++ b/include/librfu.h @@ -461,27 +461,15 @@ struct RfuStatic u32 totalPacketSize; }; -struct RfuSIO32Id -{ - u8 unk0; - u8 unk1; - u16 unk2; - u16 unk4; - u16 unk6; - u16 unk8; // unused - u16 unkA; -}; - extern struct STWIStatus *gSTWIStatus; extern struct RfuLinkStatus *gRfuLinkStatus; extern struct RfuStatic *gRfuStatic; extern struct RfuFixed *gRfuFixed; extern struct RfuSlotStatusNI *gRfuSlotStatusNI[RFU_CHILD_MAX]; extern struct RfuSlotStatusUNI *gRfuSlotStatusUNI[RFU_CHILD_MAX]; -extern struct RfuSIO32Id gRfuSIO32Id; // librfu_s32id -s32 AgbRFU_checkID(u8); +s32 AgbRFU_checkID(u8 maxTries); // Arguments with "bm..." specify slots of the form (0x01 << slot number) that are the object of a function operation. |