diff options
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2014-12-18 14:06:37 +0000 |
|---|---|---|
| committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2014-12-24 01:49:48 +0000 |
| commit | bbe0bf133252c75ce2485aebc6eb5a7c497fe5ad (patch) | |
| tree | 898d540f9e12b684d691e954c3653cccda3a8949 /src/core/file_sys/directory_romfs.cpp | |
| parent | 2bbbe68399c6252c4d88a3ae650bec592c96d3b1 (diff) | |
FileSys: Clean up according to the coding style, and remove redundant namespaced names.
Diffstat (limited to 'src/core/file_sys/directory_romfs.cpp')
| -rw-r--r-- | src/core/file_sys/directory_romfs.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/core/file_sys/directory_romfs.cpp b/src/core/file_sys/directory_romfs.cpp index 0b95f9b65..e130aca17 100644 --- a/src/core/file_sys/directory_romfs.cpp +++ b/src/core/file_sys/directory_romfs.cpp @@ -21,20 +21,10 @@ bool Directory_RomFS::Open() { return false; } -/** - * List files contained in the directory - * @param count Number of entries to return at once in entries - * @param entries Buffer to read data into - * @return Number of entries listed - */ u32 Directory_RomFS::Read(const u32 count, Entry* entries) { return 0; } -/** - * Close the directory - * @return true if the directory closed correctly - */ bool Directory_RomFS::Close() const { return false; } |
