summaryrefslogtreecommitdiff
path: root/src/core/loader/xci.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-12-10 01:31:58 -0500
committerLioncash <mathew1800@gmail.com>2020-12-10 01:44:43 -0500
commitb1657b8c6b4ef07dd6eea92f4559a32ca3e0894a (patch)
tree6de62e6d506fb1867794956b52d3c2abde6054bd /src/core/loader/xci.h
parent4e94d0d53af2cdb7b03ef9de23cc29f3565df97a (diff)
vfs: Use existing type aliases consistently
Makes use of the VirtualDir and VirtualFile aliases across the board instead of having a few isolated places that don't use it.
Diffstat (limited to 'src/core/loader/xci.h')
-rw-r--r--src/core/loader/xci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/xci.h b/src/core/loader/xci.h
index 764dc8328..9f0ceb5ef 100644
--- a/src/core/loader/xci.h
+++ b/src/core/loader/xci.h
@@ -34,7 +34,7 @@ public:
/**
* Returns the type of the file
- * @param file std::shared_ptr<VfsFile> open file
+ * @param file open file
* @return FileType found, or FileType::Error if this loader doesn't know it
*/
static FileType IdentifyType(const FileSys::VirtualFile& file);