N64FlashcartMenu
Loading...
Searching...
No Matches
flashcart_utils.h
Go to the documentation of this file.
1
7#ifndef FLASHCART_UTILS_H__
8#define FLASHCART_UTILS_H__
9
10
11#include <fatfs/ff.h>
12
13
14void fix_file_size (FIL *fil);
15void pi_dma_read_data (void *src, void *dst, size_t length);
16void pi_dma_write_data (void *src, void *dst, size_t length);
17
18
19#endif