diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/fs/archive.cpp | 2 |
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() { | |||
| 436 | void ArchiveInit() { | 436 | void ArchiveInit() { |
| 437 | next_handle = 1; | 437 | next_handle = 1; |
| 438 | 438 | ||
| 439 | // TODO(Link Mauve): Add the other archive types (see here for the known types: | 439 | // TODO(Subv): Add the other archive types (see here for the known types: |
| 440 | // http://3dbrew.org/wiki/FS:OpenArchive#Archive_idcodes). | 440 | // http://3dbrew.org/wiki/FS:OpenArchive#Archive_idcodes). |
| 441 | 441 | ||
| 442 | std::string sdmc_directory = FileUtil::GetUserPath(D_SDMC_IDX); | 442 | std::string sdmc_directory = FileUtil::GetUserPath(D_SDMC_IDX); |