Filesystem services: Difference between revisions
→fsp-ldr: lol |
m Convert DirectoryEntry type into a table. Makes it nicer to scan vertically when reading |
||
Line 746: | Line 746: | ||
= DirectoryEntryType = | = DirectoryEntryType = | ||
s8 type: 0 | |||
An s8 value indicating a directory entry type. The current values are: | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value || Description | |||
|- | |||
| 0 || Directory | |||
|- | |||
| 1 || File | |||
|} | |||
= IFile = | = IFile = |