summaryrefslogtreecommitdiff
path: root/arm9/source/devices/file.h
Commit message (Collapse)AuthorAge
* Hide the . and .. directories in file deviceBen Bridle2024-12-16
| | | | | | | The file device shows the special directories . and .. in every directory but the root directory. To hide these, in non-root directories, we reduce the reported number of child entries by 2, and when selecting a child entry we increment the pointer by 2.
* Implement file deviceBen Bridle2024-11-22
There is still a small amount of work to be done on the file device: - Read file size only when requested - Hide '.' and '..' directories - Resize files