NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
NANDFileInfo Struct Reference

Description

Definition at line 84 of file nand.h.

Public Attributes

s32 fd
 
s32 tempFd
 
char openPath [FS_MAX_PATH]
 
char tempPath [FS_MAX_PATH]
 
u8 access
 
u8 stage
 
u8 mark
 

Member Data Documentation

◆ fd

s32 NANDFileInfo::fd

Definition at line 85 of file nand.h.

◆ tempFd

s32 NANDFileInfo::tempFd

Definition at line 86 of file nand.h.

◆ openPath

char NANDFileInfo::openPath[FS_MAX_PATH]

Definition at line 87 of file nand.h.

◆ tempPath

char NANDFileInfo::tempPath[FS_MAX_PATH]

Definition at line 88 of file nand.h.

◆ access

u8 NANDFileInfo::access

Definition at line 89 of file nand.h.

◆ stage

u8 NANDFileInfo::stage

Definition at line 90 of file nand.h.

◆ mark

u8 NANDFileInfo::mark

Definition at line 91 of file nand.h.