mirror of
https://github.com/suloku/gcmm.git
synced 2026-04-24 06:48:57 -05:00
Added raw backup and restore modes, as well as format mode. Raw write still has the same issues as in ctr-gcs with official cards. Flash ID is checked before raw restoring (can be bypassed if memory card is changed after selecting the image, however size check can't be bypassed). This behavior is intentional. Changed STATUSOGC definition to gci.h (defining STATUSOGC makes GCMM use the normal CARD_GetStatus and CARD_SetStatus functions instead of the EX versions)
10 lines
279 B
C
10 lines
279 B
C
#define MCSAVES "MCBACKUP"
|
|
|
|
int SDSaveMCImage();
|
|
int SDLoadMCImage(char *sdfilename);
|
|
int SDLoadMCImageHeader(char *sdfilename);
|
|
int SDLoadCardImageHeader(char *sdfilename);
|
|
int isdir_sd(char *path);
|
|
int SDGetFileList(int mode);
|
|
bool file_exists(const char * filename);
|