Start modesel/filesel.c
This commit is contained in:
parent
e58c88841e
commit
c7ee412d7c
4 changed files with 742 additions and 3 deletions
|
|
@ -27,6 +27,7 @@ typedef struct datalist_sprite {
|
|||
GXColor color;
|
||||
} DataListSprite;
|
||||
|
||||
void fn_1_1EC0(s16 view);
|
||||
s32 fn_1_2490(void);
|
||||
s32 fn_1_37DC(void);
|
||||
|
||||
|
|
|
|||
|
|
@ -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