Dump overlay list
This commit is contained in:
parent
a8d2b73106
commit
47f2bb30b9
11 changed files with 142 additions and 3 deletions
|
|
@ -57,4 +57,9 @@ typedef struct wipe_state {
|
|||
u8 unk2[20];
|
||||
} WipeState;
|
||||
|
||||
typedef struct file_list_entry {
|
||||
char *name;
|
||||
s32 file_id;
|
||||
} FileListEntry;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue