Start modesel/filesel.c
This commit is contained in:
parent
e58c88841e
commit
c7ee412d7c
4 changed files with 742 additions and 3 deletions
|
|
@ -24,6 +24,7 @@ typedef union save_buf_all {
|
|||
u8 ATTRIBUTE_ALIGN(32) buf[SAVE_BUF_SIZE];
|
||||
} SaveBufAll;
|
||||
|
||||
extern char *SaveFileNameTbl[];
|
||||
extern CARDFileInfo curFileInfo;
|
||||
extern SaveBufAll saveBuf;
|
||||
extern u64 SLSerialNo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue