summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_backend.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2016-01-16 23:01:01 +0100
committerSubv <subv2112@gmail.com>2016-03-20 20:52:26 +0100
commit3aa42627a3a35d8a4fb9acdcced24977d1f269cd (patch)
tree187e8911ae3b960c080f486bbf9fdbeeaea980bf /src/core/file_sys/archive_backend.h
parentHLE/FS: Fixed creating the config savefile when it doesn't exist. (diff)
downloadyuzu-3aa42627a3a35d8a4fb9acdcced24977d1f269cd.tar
yuzu-3aa42627a3a35d8a4fb9acdcced24977d1f269cd.tar.gz
yuzu-3aa42627a3a35d8a4fb9acdcced24977d1f269cd.tar.bz2
yuzu-3aa42627a3a35d8a4fb9acdcced24977d1f269cd.tar.lz
yuzu-3aa42627a3a35d8a4fb9acdcced24977d1f269cd.tar.xz
yuzu-3aa42627a3a35d8a4fb9acdcced24977d1f269cd.tar.zst
yuzu-3aa42627a3a35d8a4fb9acdcced24977d1f269cd.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/archive_backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/archive_backend.h b/src/core/file_sys/archive_backend.h
index 800ac1541..94cda172f 100644
--- a/src/core/file_sys/archive_backend.h
+++ b/src/core/file_sys/archive_backend.h
@@ -172,7 +172,7 @@ public:
*/
virtual ResultCode Format(const Path& path, const FileSys::ArchiveFormatInfo& format_info) = 0;
- /*
+ /**
* Retrieves the format info about the archive with the specified path
* @param path Path to the archive
* @return Format information about the archive or error code