Start modesel/filesel.c

This commit is contained in:
gamemasterplc 2024-04-08 17:11:27 -05:00
parent e58c88841e
commit c7ee412d7c
4 changed files with 742 additions and 3 deletions

View file

@ -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;