summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fs
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-09-10 17:07:33 +0200
committerLioncash <mathew1800@gmail.com>2015-09-10 17:20:21 +0200
commitd3efa637b448f1be84397deab0b1355bbc901e3b (patch)
tree0e9d245bb4509b26c9544012a3d38bd5329e7e55 /src/core/hle/service/fs
parentMerge pull request #1131 from lioncash/uninit (diff)
downloadyuzu-d3efa637b448f1be84397deab0b1355bbc901e3b.tar
yuzu-d3efa637b448f1be84397deab0b1355bbc901e3b.tar.gz
yuzu-d3efa637b448f1be84397deab0b1355bbc901e3b.tar.bz2
yuzu-d3efa637b448f1be84397deab0b1355bbc901e3b.tar.lz
yuzu-d3efa637b448f1be84397deab0b1355bbc901e3b.tar.xz
yuzu-d3efa637b448f1be84397deab0b1355bbc901e3b.tar.zst
yuzu-d3efa637b448f1be84397deab0b1355bbc901e3b.zip
Diffstat (limited to 'src/core/hle/service/fs')
-rw-r--r--src/core/hle/service/fs/archive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/fs/archive.h b/src/core/hle/service/fs/archive.h
index f61125953..6f7048710 100644
--- a/src/core/hle/service/fs/archive.h
+++ b/src/core/hle/service/fs/archive.h
@@ -87,7 +87,7 @@ ResultCode CloseArchive(ArchiveHandle handle);
/**
* Registers an Archive type, instances of which can later be opened using its IdCode.
- * @param backend File system backend interface to the archive
+ * @param factory File system backend interface to the archive
* @param id_code Id code used to access this type of archive
*/
ResultCode RegisterArchiveType(std::unique_ptr<FileSys::ArchiveFactory>&& factory, ArchiveIdCode id_code);