SVC: Difference between revisions

No edit summary
Line 1,381: Line 1,381:


The format of src_cfg/dst_cfg is unknown, but both have the same format. Checks suggest that the second byte of cfg equalling 4 means NO_INCREMENT (don't increment after read/write).
The format of src_cfg/dst_cfg is unknown, but both have the same format. Checks suggest that the second byte of cfg equalling 4 means NO_INCREMENT (don't increment after read/write).
Each src/dst config:
struct DmaSubConfig {
    uint8_t unk1;  // @0 Seen: 10
    uint8_t unk2;  // @1 Seen: 2
    uint16_t unk3; // @2
    uint16_t transfer_size?; // @4
    uint16_t unk4; // @6
    uint16_t unk5; // @8
}


= Debugging =
= Debugging =