libnds
|
Slot-1 and Slot-2 ARM7 read functions. More...
#include <stdbool.h>
#include <stddef.h>
Functions | |
bool | cardReadArm7 (void *dest, size_t offset, size_t size, uint32_t flags) |
Function that asks the ARM7 to read from the slot-1 using card commands. | |
Slot-1 and Slot-2 ARM7 read functions.
bool cardReadArm7 | ( | void * | dest, |
size_t | offset, | ||
size_t | size, | ||
uint32_t | flags | ||
) |
Function that asks the ARM7 to read from the slot-1 using card commands.
dest | Destination buffer. |
offset | NDS ROM offset to read. |
size | Size in bytes to read. |
flags | The read flags. |