summaryrefslogtreecommitdiffstats
path: root/src/core/loader/nca.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-12-10 07:31:58 +0100
committerLioncash <mathew1800@gmail.com>2020-12-10 07:44:43 +0100
commitb1657b8c6b4ef07dd6eea92f4559a32ca3e0894a (patch)
tree6de62e6d506fb1867794956b52d3c2abde6054bd /src/core/loader/nca.h
parentMerge pull request #5179 from ReinUsesLisp/fs-path (diff)
downloadyuzu-b1657b8c6b4ef07dd6eea92f4559a32ca3e0894a.tar
yuzu-b1657b8c6b4ef07dd6eea92f4559a32ca3e0894a.tar.gz
yuzu-b1657b8c6b4ef07dd6eea92f4559a32ca3e0894a.tar.bz2
yuzu-b1657b8c6b4ef07dd6eea92f4559a32ca3e0894a.tar.lz
yuzu-b1657b8c6b4ef07dd6eea92f4559a32ca3e0894a.tar.xz
yuzu-b1657b8c6b4ef07dd6eea92f4559a32ca3e0894a.tar.zst
yuzu-b1657b8c6b4ef07dd6eea92f4559a32ca3e0894a.zip
Diffstat (limited to 'src/core/loader/nca.h')
-rw-r--r--src/core/loader/nca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/nca.h b/src/core/loader/nca.h
index 711070294..918792800 100644
--- a/src/core/loader/nca.h
+++ b/src/core/loader/nca.h
@@ -28,7 +28,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);