summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2015-01-06 21:34:37 +0100
committerSubv <subv2112@gmail.com>2015-01-06 21:34:37 +0100
commit32dbb76e00684d1d9e6550ede6fd811943cd7610 (patch)
tree31d187672e583f1aeb3bbae1335e9b56e473f472 /src/core
parentArchives: Addressed some comments (diff)
downloadyuzu-32dbb76e00684d1d9e6550ede6fd811943cd7610.tar
yuzu-32dbb76e00684d1d9e6550ede6fd811943cd7610.tar.gz
yuzu-32dbb76e00684d1d9e6550ede6fd811943cd7610.tar.bz2
yuzu-32dbb76e00684d1d9e6550ede6fd811943cd7610.tar.lz
yuzu-32dbb76e00684d1d9e6550ede6fd811943cd7610.tar.xz
yuzu-32dbb76e00684d1d9e6550ede6fd811943cd7610.tar.zst
yuzu-32dbb76e00684d1d9e6550ede6fd811943cd7610.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/fs/archive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/fs/archive.cpp b/src/core/hle/service/fs/archive.cpp
index 0834b342a..958dd9344 100644
--- a/src/core/hle/service/fs/archive.cpp
+++ b/src/core/hle/service/fs/archive.cpp
@@ -436,7 +436,7 @@ ResultCode FormatSaveData() {
void ArchiveInit() {
next_handle = 1;
- // TODO(Link Mauve): Add the other archive types (see here for the known types:
+ // TODO(Subv): Add the other archive types (see here for the known types:
// http://3dbrew.org/wiki/FS:OpenArchive#Archive_idcodes).
std::string sdmc_directory = FileUtil::GetUserPath(D_SDMC_IDX);